Hex Color #914730 - Custom Color

Color Codes

HEX
#914730
RGB
rgb(145, 71, 48)
HSL
hsl(14, 50%, 38%)
CMYK
cmyk(0%, 51%, 67%, 43%)
HSV
hsv(14, 67%, 57%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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