#ca5321
a balanced, vivid orange · warm · closest name: chocolate
RGB
202, 83, 33
HSL
18°, 72%, 46%
CMYK
0, 59, 84, 21
Luminance
0.1885
Every format
| HEX | #ca5321 |
| RGB | rgb(202, 83, 33) |
| HSL | hsl(18, 72%, 46%) |
| CMYK | cmyk(0%, 59%, 84%, 21%) |
| LAB | lab(50.5 44.9 50.4) |
| LCH | lch(50.5 67.5 48.3) |
| OKLCH | oklch(0.590 0.163 40.8) |
Copy-ready code
/* CSS */
color: #ca5321;
background-color: #ca5321;
/* Tailwind (arbitrary) */
class="text-[#ca5321] bg-[#ca5321]"
/* SCSS */
$brand: #ca5321;
/* SwiftUI */
Color(red: 0.792, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#ca5321")Accessibility — WCAG contrast
Aa
#ca5321 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5321 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow83.7%
Key (black)20.8%
Color previews
#ca5321 text on a black background
contrast 4.77:1
Card sample
#ca5321 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5321;
Background color
Panel with #ca5321 background
background-color: #ca5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5321; background: linear-gradient(135deg, #ca5321, #CAC421);