Hex Color #45893E - Custom Color
Color Codes
HEX
#45893E
RGB
rgb(69, 137, 62)
HSL
hsl(114, 38%, 39%)
CMYK
cmyk(50%, 0%, 55%, 46%)
HSV
hsv(114, 55%, 54%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.90: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: #45893E;
color: #45893E;
border-color: #45893E;
}
Tailwind CSS (with arbitrary values)
bg-[#45893E]
text-[#45893E]
border-[#45893E]
// Example usage:
<div className="bg-[#45893E]">