Hex Color #686FBD - Custom Color
Color Codes
HEX
#686FBD
RGB
rgb(104, 111, 189)
HSL
hsl(235, 39%, 57%)
CMYK
cmyk(45%, 41%, 0%, 26%)
HSV
hsv(235, 45%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.57:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.60: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: #686FBD;
color: #686FBD;
border-color: #686FBD;
}
Tailwind CSS (with arbitrary values)
bg-[#686FBD]
text-[#686FBD]
border-[#686FBD]
// Example usage:
<div className="bg-[#686FBD]">