Hex Color #476502 - Custom Color

Color Codes

HEX
#476502
RGB
rgb(71, 101, 2)
HSL
hsl(78, 96%, 20%)
CMYK
cmyk(30%, 0%, 98%, 60%)
HSV
hsv(78, 98%, 40%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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