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