Hex Color #40302D - Custom Color

Color Codes

HEX
#40302D
RGB
rgb(64, 48, 45)
HSL
hsl(9, 17%, 21%)
CMYK
cmyk(0%, 25%, 30%, 75%)
HSV
hsv(9, 30%, 25%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.68: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: #40302D;
color: #40302D;
border-color: #40302D;
}

Tailwind CSS (with arbitrary values)

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