Hex Color #42684C - Custom Color
Color Codes
HEX
#42684C
RGB
rgb(66, 104, 76)
HSL
hsl(136, 22%, 33%)
CMYK
cmyk(37%, 0%, 27%, 59%)
HSV
hsv(136, 37%, 41%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.33:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.32: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: #42684C;
color: #42684C;
border-color: #42684C;
}
Tailwind CSS (with arbitrary values)
bg-[#42684C]
text-[#42684C]
border-[#42684C]
// Example usage:
<div className="bg-[#42684C]">