#c24700
a dark, electric orange · warm · closest name: chocolate
RGB
194, 71, 0
HSL
22°, 100%, 38%
CMYK
0, 63, 100, 24
Luminance
0.1598
Every format
| HEX | #c24700 |
| RGB | rgb(194, 71, 0) |
| HSL | hsl(22, 100%, 38%) |
| CMYK | cmyk(0%, 63%, 100%, 24%) |
| LAB | lab(47.0 46.9 57.6) |
| LCH | lch(47.0 74.3 50.9) |
| OKLCH | oklch(0.560 0.170 41.7) |
Copy-ready code
/* CSS */
color: #c24700;
background-color: #c24700;
/* Tailwind (arbitrary) */
class="text-[#c24700] bg-[#c24700]"
/* SCSS */
$brand: #c24700;
/* SwiftUI */
Color(red: 0.761, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#c24700")Accessibility — WCAG contrast
Aa
#c24700 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c24700 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow100.0%
Key (black)23.9%
Color previews
#c24700 text on a black background
contrast 4.20:1
Card sample
#c24700 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c24700;
Background color
Panel with #c24700 background
background-color: #c24700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c24700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c24700; background: linear-gradient(135deg, #c24700, #BBC200);