#ccc1aa
a light, soft yellow · warm · closest name: tan
RGB
204, 193, 170
HSL
41°, 25%, 73%
CMYK
0, 5, 17, 20
Luminance
0.5388
Every format
| HEX | #ccc1aa |
| RGB | rgb(204, 193, 170) |
| HSL | hsl(41, 25%, 73%) |
| CMYK | cmyk(0%, 5%, 17%, 20%) |
| LAB | lab(78.4 0.0 13.0) |
| LCH | lch(78.4 13.0 89.8) |
| OKLCH | oklch(0.814 0.034 85.5) |
Copy-ready code
/* CSS */
color: #ccc1aa;
background-color: #ccc1aa;
/* Tailwind (arbitrary) */
class="text-[#ccc1aa] bg-[#ccc1aa]"
/* SCSS */
$brand: #ccc1aa;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.667)
/* Android */
Color.parseColor("#ccc1aa")Accessibility — WCAG contrast
Aa
#ccc1aa on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1aa on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow16.7%
Key (black)20.0%
Color previews
#ccc1aa text on a black background
contrast 11.78:1
Card sample
#ccc1aa text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1aa;
Background color
Panel with #ccc1aa background
background-color: #ccc1aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1aa; background: linear-gradient(135deg, #ccc1aa, #C0CCAA);