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