Hex Color #D6670E - Custom Color
Color Codes
HEX
#D6670E
RGB
rgb(214, 103, 14)
HSL
hsl(27, 88%, 45%)
CMYK
cmyk(0%, 52%, 93%, 16%)
HSV
hsv(27, 93%, 84%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.62:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.81: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: #D6670E;
color: #D6670E;
border-color: #D6670E;
}
Tailwind CSS (with arbitrary values)
bg-[#D6670E]
text-[#D6670E]
border-[#D6670E]
// Example usage:
<div className="bg-[#D6670E]">