Hex Color #170575 - Custom Color

Color Codes

HEX
#170575
RGB
rgb(23, 5, 117)
HSL
hsl(250, 92%, 24%)
CMYK
cmyk(80%, 96%, 0%, 54%)
HSV
hsv(250, 96%, 46%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.32: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: #170575;
color: #170575;
border-color: #170575;
}

Tailwind CSS (with arbitrary values)

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