#cc6c22
a balanced, vivid orange · warm · closest name: chocolate
RGB
204, 108, 34
HSL
26°, 71%, 47%
CMYK
0, 47, 83, 20
Luminance
0.2368
Every format
| HEX | #cc6c22 |
| RGB | rgb(204, 108, 34) |
| HSL | hsl(26, 71%, 47%) |
| CMYK | cmyk(0%, 47%, 83%, 20%) |
| LAB | lab(55.8 33.2 54.7) |
| LCH | lch(55.8 64.0 58.8) |
| OKLCH | oklch(0.631 0.146 52.8) |
Copy-ready code
/* CSS */
color: #cc6c22;
background-color: #cc6c22;
/* Tailwind (arbitrary) */
class="text-[#cc6c22] bg-[#cc6c22]"
/* SCSS */
$brand: #cc6c22;
/* SwiftUI */
Color(red: 0.800, green: 0.424, blue: 0.133)
/* Android */
Color.parseColor("#cc6c22")Accessibility — WCAG contrast
Aa
#cc6c22 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6c22 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.4%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow83.3%
Key (black)20.0%
Color previews
#cc6c22 text on a black background
contrast 5.74:1
Card sample
#cc6c22 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6c22;
Background color
Panel with #cc6c22 background
background-color: #cc6c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 108, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 108, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6c22; background: linear-gradient(135deg, #cc6c22, #BBCC22);