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