Hex Color #51AEDD - Custom Color
Color Codes
HEX
#51AEDD
RGB
rgb(81, 174, 221)
HSL
hsl(200, 67%, 59%)
CMYK
cmyk(63%, 21%, 0%, 13%)
HSV
hsv(200, 63%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.45: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: #51AEDD;
color: #51AEDD;
border-color: #51AEDD;
}
Tailwind CSS (with arbitrary values)
bg-[#51AEDD]
text-[#51AEDD]
border-[#51AEDD]
// Example usage:
<div className="bg-[#51AEDD]">