Hex Color #AC948B - Custom Color
Color Codes
HEX
#AC948B
RGB
rgb(172, 148, 139)
HSL
hsl(16, 17%, 61%)
CMYK
cmyk(0%, 14%, 19%, 33%)
HSV
hsv(16, 19%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.85:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.36: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: #AC948B;
color: #AC948B;
border-color: #AC948B;
}
Tailwind CSS (with arbitrary values)
bg-[#AC948B]
text-[#AC948B]
border-[#AC948B]
// Example usage:
<div className="bg-[#AC948B]">