#ca6521
a balanced, vivid orange · warm · closest name: chocolate
RGB
202, 101, 33
HSL
24°, 72%, 46%
CMYK
0, 50, 84, 21
Luminance
0.2197
Every format
| HEX | #ca6521 |
| RGB | rgb(202, 101, 33) |
| HSL | hsl(24, 72%, 46%) |
| CMYK | cmyk(0%, 50%, 84%, 21%) |
| LAB | lab(54.0 36.0 53.5) |
| LCH | lch(54.0 64.4 56.1) |
| OKLCH | oklch(0.617 0.149 49.5) |
Copy-ready code
/* CSS */
color: #ca6521;
background-color: #ca6521;
/* Tailwind (arbitrary) */
class="text-[#ca6521] bg-[#ca6521]"
/* SCSS */
$brand: #ca6521;
/* SwiftUI */
Color(red: 0.792, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#ca6521")Accessibility — WCAG contrast
Aa
#ca6521 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca6521 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.7%
Key (black)20.8%
Color previews
#ca6521 text on a black background
contrast 5.39:1
Card sample
#ca6521 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca6521;
Background color
Panel with #ca6521 background
background-color: #ca6521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca6521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca6521; background: linear-gradient(135deg, #ca6521, #BFCA21);