Hex Color #C28529 - Custom Color
Color Codes
HEX
#C28529
RGB
rgb(194, 133, 41)
HSL
hsl(36, 65%, 46%)
CMYK
cmyk(0%, 31%, 79%, 24%)
HSV
hsv(36, 79%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.14:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.68: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: #C28529;
color: #C28529;
border-color: #C28529;
}
Tailwind CSS (with arbitrary values)
bg-[#C28529]
text-[#C28529]
border-[#C28529]
// Example usage:
<div className="bg-[#C28529]">