Hex Color #53830C - Custom Color

Color Codes

HEX
#53830C
RGB
rgb(83, 131, 12)
HSL
hsl(84, 83%, 28%)
CMYK
cmyk(37%, 0%, 91%, 49%)
HSV
hsv(84, 91%, 51%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.62:1
Pass - 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: #53830C;
color: #53830C;
border-color: #53830C;
}

Tailwind CSS (with arbitrary values)

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