Hex Color #FBA484 - Custom Color

Color Codes

HEX
#FBA484
RGB
rgb(251, 164, 132)
HSL
hsl(16, 94%, 75%)
CMYK
cmyk(0%, 35%, 47%, 2%)
HSV
hsv(16, 47%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

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

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

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

Tailwind CSS (with arbitrary values)

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