Hex Color #474141 - Custom Color

Color Codes

HEX
#474141
RGB
rgb(71, 65, 65)
HSL
hsl(0, 4%, 27%)
CMYK
cmyk(0%, 8%, 8%, 72%)
HSV
hsv(0, 8%, 28%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.10: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: #474141;
color: #474141;
border-color: #474141;
}

Tailwind CSS (with arbitrary values)

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