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