Hex Color #1288AC - Custom Color

Color Codes

HEX
#1288AC
RGB
rgb(18, 136, 172)
HSL
hsl(194, 81%, 37%)
CMYK
cmyk(90%, 21%, 0%, 33%)
HSV
hsv(194, 90%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.08:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.14: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: #1288AC;
color: #1288AC;
border-color: #1288AC;
}

Tailwind CSS (with arbitrary values)

bg-[#1288AC]
text-[#1288AC]
border-[#1288AC]
// Example usage:
<div className="bg-[#1288AC]">