Hex Color #66793B - Custom Color

Color Codes

HEX
#66793B
RGB
rgb(102, 121, 59)
HSL
hsl(78, 34%, 35%)
CMYK
cmyk(16%, 0%, 51%, 53%)
HSV
hsv(78, 51%, 47%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.81:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.36: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: #66793B;
color: #66793B;
border-color: #66793B;
}

Tailwind CSS (with arbitrary values)

bg-[#66793B]
text-[#66793B]
border-[#66793B]
// Example usage:
<div className="bg-[#66793B]">