Hex Color #2688DD - Custom Color
Color Codes
HEX
#2688DD
RGB
rgb(38, 136, 221)
HSL
hsl(208, 73%, 51%)
CMYK
cmyk(83%, 38%, 0%, 13%)
HSV
hsv(208, 83%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.72:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.65:1
Pass - WCAG AA (Normal Text)
Fail - 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: #2688DD;
color: #2688DD;
border-color: #2688DD;
}
Tailwind CSS (with arbitrary values)
bg-[#2688DD]
text-[#2688DD]
border-[#2688DD]
// Example usage:
<div className="bg-[#2688DD]">