Hex Color #AFB87D - Custom Color

Color Codes

HEX
#AFB87D
RGB
rgb(175, 184, 125)
HSL
hsl(69, 29%, 61%)
CMYK
cmyk(5%, 0%, 32%, 28%)
HSV
hsv(69, 32%, 72%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 9.98: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: #AFB87D;
color: #AFB87D;
border-color: #AFB87D;
}

Tailwind CSS (with arbitrary values)

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