Hex Color #104613 - Custom Color

Color Codes

HEX
#104613
RGB
rgb(16, 70, 19)
HSL
hsl(123, 63%, 17%)
CMYK
cmyk(77%, 0%, 73%, 73%)
HSV
hsv(123, 77%, 27%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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