Hex Color #10193B - Custom Color

Color Codes

HEX
#10193B
RGB
rgb(16, 25, 59)
HSL
hsl(227, 57%, 15%)
CMYK
cmyk(73%, 58%, 0%, 77%)
HSV
hsv(227, 73%, 23%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.22: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: #10193B;
color: #10193B;
border-color: #10193B;
}

Tailwind CSS (with arbitrary values)

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