#cc511c
a balanced, electric orange · warm · closest name: chocolate
RGB
204, 81, 28
HSL
18°, 76%, 46%
CMYK
0, 60, 86, 20
Luminance
0.1881
Every format
| HEX | #cc511c |
| RGB | rgb(204, 81, 28) |
| HSL | hsl(18, 76%, 46%) |
| CMYK | cmyk(0%, 60%, 86%, 20%) |
| LAB | lab(50.5 46.4 52.5) |
| LCH | lch(50.5 70.1 48.5) |
| OKLCH | oklch(0.591 0.168 40.6) |
Copy-ready code
/* CSS */
color: #cc511c;
background-color: #cc511c;
/* Tailwind (arbitrary) */
class="text-[#cc511c] bg-[#cc511c]"
/* SCSS */
$brand: #cc511c;
/* SwiftUI */
Color(red: 0.800, green: 0.318, blue: 0.110)
/* Android */
Color.parseColor("#cc511c")Accessibility — WCAG contrast
Aa
#cc511c on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc511c on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.8%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow86.3%
Key (black)20.0%
Color previews
#cc511c text on a black background
contrast 4.76:1
Card sample
#cc511c text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc511c;
Background color
Panel with #cc511c background
background-color: #cc511c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc511c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 81, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 81, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc511c; background: linear-gradient(135deg, #cc511c, #CCC71C);