Hex Color #08057D - Custom Color

Color Codes

HEX
#08057D
RGB
rgb(8, 5, 125)
HSL
hsl(242, 92%, 25%)
CMYK
cmyk(94%, 96%, 0%, 51%)
HSV
hsv(242, 96%, 49%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.33: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: #08057D;
color: #08057D;
border-color: #08057D;
}

Tailwind CSS (with arbitrary values)

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