#ca5921
a balanced, vivid orange · warm · closest name: chocolate
RGB
202, 89, 33
HSL
20°, 72%, 46%
CMYK
0, 56, 84, 21
Luminance
0.1981
Every format
| HEX | #ca5921 |
| RGB | rgb(202, 89, 33) |
| HSL | hsl(20, 72%, 46%) |
| CMYK | cmyk(0%, 56%, 84%, 21%) |
| LAB | lab(51.6 42.0 51.4) |
| LCH | lch(51.6 66.4 50.7) |
| OKLCH | oklch(0.599 0.158 43.4) |
Copy-ready code
/* CSS */
color: #ca5921;
background-color: #ca5921;
/* Tailwind (arbitrary) */
class="text-[#ca5921] bg-[#ca5921]"
/* SCSS */
$brand: #ca5921;
/* SwiftUI */
Color(red: 0.792, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#ca5921")Accessibility — WCAG contrast
Aa
#ca5921 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5921 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow83.7%
Key (black)20.8%
Color previews
#ca5921 text on a black background
contrast 4.96:1
Card sample
#ca5921 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5921;
Background color
Panel with #ca5921 background
background-color: #ca5921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5921; background: linear-gradient(135deg, #ca5921, #CACA21);