Hex Color #F1BBA9 - Custom Color

Color Codes

HEX
#F1BBA9
RGB
rgb(241, 187, 169)
HSL
hsl(15, 72%, 80%)
CMYK
cmyk(0%, 22%, 30%, 5%)
HSV
hsv(15, 30%, 95%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 1.69:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 12.42:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #F1BBA9;
color: #F1BBA9;
border-color: #F1BBA9;
}

Tailwind CSS (with arbitrary values)

bg-[#F1BBA9]
text-[#F1BBA9]
border-[#F1BBA9]
// Example usage:
<div className="bg-[#F1BBA9]">