Hex Color #D3D9FD - Custom Color
Color Codes
HEX
#D3D9FD
RGB
rgb(211, 217, 253)
HSL
hsl(231, 91%, 91%)
CMYK
cmyk(17%, 14%, 0%, 1%)
HSV
hsv(231, 17%, 99%)
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.11: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: #D3D9FD;
color: #D3D9FD;
border-color: #D3D9FD;
}
Tailwind CSS (with arbitrary values)
bg-[#D3D9FD]
text-[#D3D9FD]
border-[#D3D9FD]
// Example usage:
<div className="bg-[#D3D9FD]">