#cca864
a balanced, vivid orange · warm · closest name: tan
RGB
204, 168, 100
HSL
39°, 51%, 60%
CMYK
0, 18, 51, 20
Luminance
0.4176
Every format
| HEX | #cca864 |
| RGB | rgb(204, 168, 100) |
| HSL | hsl(39, 51%, 60%) |
| CMYK | cmyk(0%, 18%, 51%, 20%) |
| LAB | lab(70.7 4.7 39.8) |
| LCH | lch(70.7 40.1 83.3) |
| OKLCH | oklch(0.749 0.096 82.3) |
Copy-ready code
/* CSS */
color: #cca864;
background-color: #cca864;
/* Tailwind (arbitrary) */
class="text-[#cca864] bg-[#cca864]"
/* SCSS */
$brand: #cca864;
/* SwiftUI */
Color(red: 0.800, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#cca864")Accessibility — WCAG contrast
Aa
#cca864 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca864 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green65.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow51.0%
Key (black)20.0%
Color previews
#cca864 text on a black background
contrast 9.35:1
Card sample
#cca864 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca864;
Background color
Panel with #cca864 background
background-color: #cca864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca864; background: linear-gradient(135deg, #cca864, #ABCC64);