#cc751c
a balanced, electric orange · warm · closest name: chocolate
RGB
204, 117, 28
HSL
30°, 76%, 46%
CMYK
0, 43, 86, 20
Luminance
0.2564
Every format
| HEX | #cc751c |
| RGB | rgb(204, 117, 28) |
| HSL | hsl(30, 76%, 46%) |
| CMYK | cmyk(0%, 43%, 86%, 20%) |
| LAB | lab(57.7 28.3 58.5) |
| LCH | lch(57.7 65.0 64.2) |
| OKLCH | oklch(0.646 0.143 59.3) |
Copy-ready code
/* CSS */
color: #cc751c;
background-color: #cc751c;
/* Tailwind (arbitrary) */
class="text-[#cc751c] bg-[#cc751c]"
/* SCSS */
$brand: #cc751c;
/* SwiftUI */
Color(red: 0.800, green: 0.459, blue: 0.110)
/* Android */
Color.parseColor("#cc751c")Accessibility — WCAG contrast
Aa
#cc751c on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc751c on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow86.3%
Key (black)20.0%
Color previews
#cc751c text on a black background
contrast 6.13:1
Card sample
#cc751c text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc751c;
Background color
Panel with #cc751c background
background-color: #cc751c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc751c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 117, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 117, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc751c; background: linear-gradient(135deg, #cc751c, #AECC1C);