#c3530a
a dark, electric orange · warm · closest name: chocolate
RGB
195, 83, 10
HSL
24°, 90%, 40%
CMYK
0, 57, 95, 24
Luminance
0.1781
Every format
| HEX | #c3530a |
| RGB | rgb(195, 83, 10) |
| HSL | hsl(24, 90%, 40%) |
| CMYK | cmyk(0%, 57%, 95%, 24%) |
| LAB | lab(49.3 41.8 56.7) |
| LCH | lch(49.3 70.4 53.6) |
| OKLCH | oklch(0.578 0.160 45.5) |
Copy-ready code
/* CSS */
color: #c3530a;
background-color: #c3530a;
/* Tailwind (arbitrary) */
class="text-[#c3530a] bg-[#c3530a]"
/* SCSS */
$brand: #c3530a;
/* SwiftUI */
Color(red: 0.765, green: 0.325, blue: 0.039)
/* Android */
Color.parseColor("#c3530a")Accessibility — WCAG contrast
Aa
#c3530a on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c3530a on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green32.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow94.9%
Key (black)23.5%
Color previews
#c3530a text on a black background
contrast 4.56:1
Card sample
#c3530a text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3530a;
Background color
Panel with #c3530a background
background-color: #c3530a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3530a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 83, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 83, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3530a; background: linear-gradient(135deg, #c3530a, #B8C30A);