#c66310
a dark, electric orange · warm · closest name: chocolate
RGB
198, 99, 16
HSL
27°, 85%, 42%
CMYK
0, 50, 92, 22
Luminance
0.2097
Every format
| HEX | #c66310 |
| RGB | rgb(198, 99, 16) |
| HSL | hsl(27, 85%, 42%) |
| CMYK | cmyk(0%, 50%, 92%, 22%) |
| LAB | lab(52.9 35.0 57.9) |
| LCH | lch(52.9 67.7 58.8) |
| OKLCH | oklch(0.607 0.151 52.2) |
Copy-ready code
/* CSS */
color: #c66310;
background-color: #c66310;
/* Tailwind (arbitrary) */
class="text-[#c66310] bg-[#c66310]"
/* SCSS */
$brand: #c66310;
/* SwiftUI */
Color(red: 0.776, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#c66310")Accessibility — WCAG contrast
Aa
#c66310 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66310 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow91.9%
Key (black)22.4%
Color previews
#c66310 text on a black background
contrast 5.19:1
Card sample
#c66310 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66310;
Background color
Panel with #c66310 background
background-color: #c66310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66310; background: linear-gradient(135deg, #c66310, #B0C610);