Hex Color #C6825C - Custom Color

Color Codes

HEX
#C6825C
RGB
rgb(198, 130, 92)
HSL
hsl(22, 48%, 57%)
CMYK
cmyk(0%, 34%, 54%, 22%)
HSV
hsv(22, 54%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.75:1
Pass - 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: #C6825C;
color: #C6825C;
border-color: #C6825C;
}

Tailwind CSS (with arbitrary values)

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