#c66e21
a balanced, vivid orange · warm · closest name: chocolate
RGB
198, 110, 33
HSL
28°, 71%, 45%
CMYK
0, 44, 83, 22
Luminance
0.2327
Every format
| HEX | #c66e21 |
| RGB | rgb(198, 110, 33) |
| HSL | hsl(28, 71%, 45%) |
| CMYK | cmyk(0%, 44%, 83%, 22%) |
| LAB | lab(55.4 29.6 54.4) |
| LCH | lch(55.4 62.0 61.4) |
| OKLCH | oklch(0.626 0.140 56.1) |
Copy-ready code
/* CSS */
color: #c66e21;
background-color: #c66e21;
/* Tailwind (arbitrary) */
class="text-[#c66e21] bg-[#c66e21]"
/* SCSS */
$brand: #c66e21;
/* SwiftUI */
Color(red: 0.776, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#c66e21")Accessibility — WCAG contrast
Aa
#c66e21 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66e21 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow83.3%
Key (black)22.4%
Color previews
#c66e21 text on a black background
contrast 5.65:1
Card sample
#c66e21 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66e21;
Background color
Panel with #c66e21 background
background-color: #c66e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66e21; background: linear-gradient(135deg, #c66e21, #B0C621);