Hex Color #4271AE - Custom Color

Color Codes

HEX
#4271AE
RGB
rgb(66, 113, 174)
HSL
hsl(214, 45%, 47%)
CMYK
cmyk(62%, 35%, 0%, 32%)
HSV
hsv(214, 62%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.20: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: #4271AE;
color: #4271AE;
border-color: #4271AE;
}

Tailwind CSS (with arbitrary values)

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