Hex Color #46230A - Custom Color

Color Codes

HEX
#46230A
RGB
rgb(70, 35, 10)
HSL
hsl(25, 75%, 16%)
CMYK
cmyk(0%, 50%, 86%, 73%)
HSV
hsv(25, 86%, 27%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.51: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: #46230A;
color: #46230A;
border-color: #46230A;
}

Tailwind CSS (with arbitrary values)

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