Hex Color #95AFCC - Custom Color

Color Codes

HEX
#95AFCC
RGB
rgb(149, 175, 204)
HSL
hsl(212, 35%, 69%)
CMYK
cmyk(27%, 14%, 0%, 20%)
HSV
hsv(212, 27%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 9.28:1
Pass - WCAG AA (Normal Text)
Pass - 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: #95AFCC;
color: #95AFCC;
border-color: #95AFCC;
}

Tailwind CSS (with arbitrary values)

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