Hex Color #D3B2BC - Custom Color
Color Codes
HEX
#D3B2BC
RGB
rgb(211, 178, 188)
HSL
hsl(342, 27%, 76%)
CMYK
cmyk(0%, 16%, 11%, 17%)
HSV
hsv(342, 16%, 83%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.93:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.86: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: #D3B2BC;
color: #D3B2BC;
border-color: #D3B2BC;
}
Tailwind CSS (with arbitrary values)
bg-[#D3B2BC]
text-[#D3B2BC]
border-[#D3B2BC]
// Example usage:
<div className="bg-[#D3B2BC]">