Hex Color #BED0CD - Custom Color
Color Codes
HEX
#BED0CD
RGB
rgb(190, 208, 205)
HSL
hsl(170, 16%, 78%)
CMYK
cmyk(9%, 0%, 1%, 18%)
HSV
hsv(170, 9%, 82%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.60:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.09: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: #BED0CD;
color: #BED0CD;
border-color: #BED0CD;
}
Tailwind CSS (with arbitrary values)
bg-[#BED0CD]
text-[#BED0CD]
border-[#BED0CD]
// Example usage:
<div className="bg-[#BED0CD]">