Hex Color #AFD4FD - Custom Color
Color Codes
HEX
#AFD4FD
RGB
rgb(175, 212, 253)
HSL
hsl(212, 95%, 84%)
CMYK
cmyk(31%, 16%, 0%, 1%)
HSV
hsv(212, 31%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.54:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.66: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: #AFD4FD;
color: #AFD4FD;
border-color: #AFD4FD;
}
Tailwind CSS (with arbitrary values)
bg-[#AFD4FD]
text-[#AFD4FD]
border-[#AFD4FD]
// Example usage:
<div className="bg-[#AFD4FD]">