Hex Color #43597C - Custom Color

Color Codes

HEX
#43597C
RGB
rgb(67, 89, 124)
HSL
hsl(217, 30%, 37%)
CMYK
cmyk(46%, 28%, 0%, 51%)
HSV
hsv(217, 46%, 49%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.96: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: #43597C;
color: #43597C;
border-color: #43597C;
}

Tailwind CSS (with arbitrary values)

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