#ca9564
a balanced, vivid orange · warm · closest name: tan
RGB
202, 149, 100
HSL
29°, 49%, 59%
CMYK
0, 26, 51, 21
Luminance
0.3497
Every format
| HEX | #ca9564 |
| RGB | rgb(202, 149, 100) |
| HSL | hsl(29, 49%, 59%) |
| CMYK | cmyk(0%, 26%, 51%, 21%) |
| LAB | lab(65.7 14.1 33.6) |
| LCH | lch(65.7 36.4 67.2) |
| OKLCH | oklch(0.710 0.091 63.3) |
Copy-ready code
/* CSS */
color: #ca9564;
background-color: #ca9564;
/* Tailwind (arbitrary) */
class="text-[#ca9564] bg-[#ca9564]"
/* SCSS */
$brand: #ca9564;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.392)
/* Android */
Color.parseColor("#ca9564")Accessibility — WCAG contrast
Aa
#ca9564 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9564 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow50.5%
Key (black)20.8%
Color previews
#ca9564 text on a black background
contrast 7.99:1
Card sample
#ca9564 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9564;
Background color
Panel with #ca9564 background
background-color: #ca9564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9564; background: linear-gradient(135deg, #ca9564, #BBCA64);