Hex Color #DBDAE4 - Custom Color
Color Codes
HEX
#DBDAE4
RGB
rgb(219, 218, 228)
HSL
hsl(246, 16%, 87%)
CMYK
cmyk(4%, 4%, 0%, 11%)
HSV
hsv(246, 4%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.39:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.16: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: #DBDAE4;
color: #DBDAE4;
border-color: #DBDAE4;
}
Tailwind CSS (with arbitrary values)
bg-[#DBDAE4]
text-[#DBDAE4]
border-[#DBDAE4]
// Example usage:
<div className="bg-[#DBDAE4]">