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