Hex Color #027BBC - Custom Color
Color Codes
HEX
#027BBC
RGB
rgb(2, 123, 188)
HSL
hsl(201, 98%, 37%)
CMYK
cmyk(99%, 35%, 0%, 26%)
HSV
hsv(201, 99%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.60:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.56: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: #027BBC;
color: #027BBC;
border-color: #027BBC;
}
Tailwind CSS (with arbitrary values)
bg-[#027BBC]
text-[#027BBC]
border-[#027BBC]
// Example usage:
<div className="bg-[#027BBC]">