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