Hex Color #5F9BBD - Custom Color

Color Codes

HEX
#5F9BBD
RGB
rgb(95, 155, 189)
HSL
hsl(202, 42%, 56%)
CMYK
cmyk(50%, 18%, 0%, 26%)
HSV
hsv(202, 50%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.91: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: #5F9BBD;
color: #5F9BBD;
border-color: #5F9BBD;
}

Tailwind CSS (with arbitrary values)

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