#ca7521
a balanced, vivid orange · warm · closest name: chocolate
RGB
202, 117, 33
HSL
30°, 72%, 46%
CMYK
0, 42, 84, 21
Luminance
0.2539
Every format
| HEX | #ca7521 |
| RGB | rgb(202, 117, 33) |
| HSL | hsl(30, 72%, 46%) |
| CMYK | cmyk(0%, 42%, 84%, 21%) |
| LAB | lab(57.5 27.5 56.5) |
| LCH | lch(57.5 62.8 64.0) |
| OKLCH | oklch(0.643 0.140 59.2) |
Copy-ready code
/* CSS */
color: #ca7521;
background-color: #ca7521;
/* Tailwind (arbitrary) */
class="text-[#ca7521] bg-[#ca7521]"
/* SCSS */
$brand: #ca7521;
/* SwiftUI */
Color(red: 0.792, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#ca7521")Accessibility — WCAG contrast
Aa
#ca7521 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca7521 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow83.7%
Key (black)20.8%
Color previews
#ca7521 text on a black background
contrast 6.08:1
Card sample
#ca7521 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7521;
Background color
Panel with #ca7521 background
background-color: #ca7521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7521; background: linear-gradient(135deg, #ca7521, #AECA21);