Hex Color #232347 - Custom Color

Color Codes

HEX
#232347
RGB
rgb(35, 35, 71)
HSL
hsl(240, 34%, 21%)
CMYK
cmyk(51%, 51%, 0%, 72%)
HSV
hsv(240, 51%, 28%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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