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