Hex Color #03540E - Custom Color

Color Codes

HEX
#03540E
RGB
rgb(3, 84, 14)
HSL
hsl(128, 93%, 17%)
CMYK
cmyk(96%, 0%, 83%, 67%)
HSV
hsv(128, 96%, 33%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.28: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: #03540E;
color: #03540E;
border-color: #03540E;
}

Tailwind CSS (with arbitrary values)

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