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