#ca5f13
a dark, electric orange · warm · closest name: chocolate
RGB
202, 95, 19
HSL
25°, 83%, 43%
CMYK
0, 53, 91, 21
Luminance
0.2079
Every format
| HEX | #ca5f13 |
| RGB | rgb(202, 95, 19) |
| HSL | hsl(25, 83%, 43%) |
| CMYK | cmyk(0%, 53%, 91%, 21%) |
| LAB | lab(52.7 38.7 57.3) |
| LCH | lch(52.7 69.1 55.9) |
| OKLCH | oklch(0.607 0.157 48.7) |
Copy-ready code
/* CSS */
color: #ca5f13;
background-color: #ca5f13;
/* Tailwind (arbitrary) */
class="text-[#ca5f13] bg-[#ca5f13]"
/* SCSS */
$brand: #ca5f13;
/* SwiftUI */
Color(red: 0.792, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#ca5f13")Accessibility — WCAG contrast
Aa
#ca5f13 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5f13 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow90.6%
Key (black)20.8%
Color previews
#ca5f13 text on a black background
contrast 5.16:1
Card sample
#ca5f13 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5f13;
Background color
Panel with #ca5f13 background
background-color: #ca5f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5f13; background: linear-gradient(135deg, #ca5f13, #BBCA13);