#c24813
a dark, electric orange · warm · closest name: chocolate
RGB
194, 72, 19
HSL
18°, 82%, 42%
CMYK
0, 63, 90, 24
Luminance
0.1615
Every format
| HEX | #c24813 |
| RGB | rgb(194, 72, 19) |
| HSL | hsl(18, 82%, 42%) |
| CMYK | cmyk(0%, 63%, 90%, 24%) |
| LAB | lab(47.2 46.7 52.6) |
| LCH | lch(47.2 70.3 48.4) |
| OKLCH | oklch(0.562 0.167 40.0) |
Copy-ready code
/* CSS */
color: #c24813;
background-color: #c24813;
/* Tailwind (arbitrary) */
class="text-[#c24813] bg-[#c24813]"
/* SCSS */
$brand: #c24813;
/* SwiftUI */
Color(red: 0.761, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#c24813")Accessibility — WCAG contrast
Aa
#c24813 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c24813 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow90.2%
Key (black)23.9%
Color previews
#c24813 text on a black background
contrast 4.23:1
Card sample
#c24813 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c24813;
Background color
Panel with #c24813 background
background-color: #c24813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c24813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c24813; background: linear-gradient(135deg, #c24813, #C2BD13);