#c66821
a balanced, vivid orange · warm · closest name: chocolate
RGB
198, 104, 33
HSL
26°, 71%, 45%
CMYK
0, 48, 83, 22
Luminance
0.2202
Every format
| HEX | #c66821 |
| RGB | rgb(198, 104, 33) |
| HSL | hsl(26, 71%, 45%) |
| CMYK | cmyk(0%, 48%, 83%, 22%) |
| LAB | lab(54.0 32.8 53.3) |
| LCH | lch(54.0 62.5 58.4) |
| OKLCH | oklch(0.616 0.143 52.3) |
Copy-ready code
/* CSS */
color: #c66821;
background-color: #c66821;
/* Tailwind (arbitrary) */
class="text-[#c66821] bg-[#c66821]"
/* SCSS */
$brand: #c66821;
/* SwiftUI */
Color(red: 0.776, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#c66821")Accessibility — WCAG contrast
Aa
#c66821 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66821 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow83.3%
Key (black)22.4%
Color previews
#c66821 text on a black background
contrast 5.40:1
Card sample
#c66821 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66821;
Background color
Panel with #c66821 background
background-color: #c66821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66821; background: linear-gradient(135deg, #c66821, #B6C621);