Hex Color #63775F - Custom Color

Color Codes

HEX
#63775F
RGB
rgb(99, 119, 95)
HSL
hsl(110, 11%, 42%)
CMYK
cmyk(17%, 0%, 20%, 53%)
HSV
hsv(110, 20%, 47%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.33: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: #63775F;
color: #63775F;
border-color: #63775F;
}

Tailwind CSS (with arbitrary values)

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