#cca699
a light, soft orange · warm · closest name: tan
RGB
204, 166, 153
HSL
15°, 33%, 70%
CMYK
0, 19, 25, 20
Luminance
0.4241
Every format
| HEX | #cca699 |
| RGB | rgb(204, 166, 153) |
| HSL | hsl(15, 33%, 70%) |
| CMYK | cmyk(0%, 19%, 25%, 20%) |
| LAB | lab(71.2 12.0 12.0) |
| LCH | lch(71.2 16.9 45.0) |
| OKLCH | oklch(0.756 0.049 39.8) |
Copy-ready code
/* CSS */
color: #cca699;
background-color: #cca699;
/* Tailwind (arbitrary) */
class="text-[#cca699] bg-[#cca699]"
/* SCSS */
$brand: #cca699;
/* SwiftUI */
Color(red: 0.800, green: 0.651, blue: 0.600)
/* Android */
Color.parseColor("#cca699")Accessibility — WCAG contrast
Aa
#cca699 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca699 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green65.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow25.0%
Key (black)20.0%
Color previews
#cca699 text on a black background
contrast 9.48:1
Card sample
#cca699 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca699;
Background color
Panel with #cca699 background
background-color: #cca699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 166, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 166, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca699; background: linear-gradient(135deg, #cca699, #CCC899);