Hex Color #351B1D - Custom Color

Color Codes

HEX
#351B1D
RGB
rgb(53, 27, 29)
HSL
hsl(355, 33%, 16%)
CMYK
cmyk(0%, 49%, 45%, 79%)
HSV
hsv(355, 49%, 21%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.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: #351B1D;
color: #351B1D;
border-color: #351B1D;
}

Tailwind CSS (with arbitrary values)

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