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