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