Hex Color #41632C - Custom Color

Color Codes

HEX
#41632C
RGB
rgb(65, 99, 44)
HSL
hsl(97, 38%, 28%)
CMYK
cmyk(34%, 0%, 56%, 61%)
HSV
hsv(97, 56%, 39%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.05: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: #41632C;
color: #41632C;
border-color: #41632C;
}

Tailwind CSS (with arbitrary values)

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