Hex Color #835353 - Custom Color

Color Codes

HEX
#835353
RGB
rgb(131, 83, 83)
HSL
hsl(0, 22%, 42%)
CMYK
cmyk(0%, 37%, 37%, 49%)
HSV
hsv(0, 37%, 51%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.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: #835353;
color: #835353;
border-color: #835353;
}

Tailwind CSS (with arbitrary values)

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