Hex Color #338045 - Custom Color
Color Codes
HEX
#338045
RGB
rgb(51, 128, 69)
HSL
hsl(134, 43%, 35%)
CMYK
cmyk(60%, 0%, 46%, 50%)
HSV
hsv(134, 60%, 50%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.87:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.31: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: #338045;
color: #338045;
border-color: #338045;
}
Tailwind CSS (with arbitrary values)
bg-[#338045]
text-[#338045]
border-[#338045]
// Example usage:
<div className="bg-[#338045]">