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