Hex Color #68780C - Custom Color
Color Codes
HEX
#68780C
RGB
rgb(104, 120, 12)
HSL
hsl(69, 82%, 26%)
CMYK
cmyk(13%, 0%, 90%, 53%)
HSV
hsv(69, 90%, 47%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.91:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.28: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: #68780C;
color: #68780C;
border-color: #68780C;
}
Tailwind CSS (with arbitrary values)
bg-[#68780C]
text-[#68780C]
border-[#68780C]
// Example usage:
<div className="bg-[#68780C]">