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