Hex Color #5268BB - Custom Color
Color Codes
HEX
#5268BB
RGB
rgb(82, 104, 187)
HSL
hsl(227, 44%, 53%)
CMYK
cmyk(56%, 44%, 0%, 27%)
HSV
hsv(227, 56%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.18:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.06:1
Fail - 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: #5268BB;
color: #5268BB;
border-color: #5268BB;
}
Tailwind CSS (with arbitrary values)
bg-[#5268BB]
text-[#5268BB]
border-[#5268BB]
// Example usage:
<div className="bg-[#5268BB]">