Hex Color #07293F - Custom Color

Color Codes

HEX
#07293F
RGB
rgb(7, 41, 63)
HSL
hsl(204, 80%, 14%)
CMYK
cmyk(89%, 35%, 0%, 75%)
HSV
hsv(204, 89%, 25%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 15.02: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: #07293F;
color: #07293F;
border-color: #07293F;
}

Tailwind CSS (with arbitrary values)

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