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