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