Hex Color #146B4F - Custom Color
Color Codes
HEX
#146B4F
RGB
rgb(20, 107, 79)
HSL
hsl(161, 69%, 25%)
CMYK
cmyk(81%, 0%, 26%, 58%)
HSV
hsv(161, 81%, 42%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.47:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.25: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: #146B4F;
color: #146B4F;
border-color: #146B4F;
}
Tailwind CSS (with arbitrary values)
bg-[#146B4F]
text-[#146B4F]
border-[#146B4F]
// Example usage:
<div className="bg-[#146B4F]">