#cccca9
a light, soft yellow · cool · closest name: tan
RGB
204, 204, 169
HSL
60°, 26%, 73%
CMYK
0, 0, 17, 20
Luminance
0.5889
Every format
| HEX | #cccca9 |
| RGB | rgb(204, 204, 169) |
| HSL | hsl(60, 26%, 73%) |
| CMYK | cmyk(0%, 0%, 17%, 20%) |
| LAB | lab(81.2 -5.9 17.5) |
| LCH | lch(81.2 18.4 108.5) |
| OKLCH | oklch(0.836 0.047 107.4) |
Copy-ready code
/* CSS */
color: #cccca9;
background-color: #cccca9;
/* Tailwind (arbitrary) */
class="text-[#cccca9] bg-[#cccca9]"
/* SCSS */
$brand: #cccca9;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.663)
/* Android */
Color.parseColor("#cccca9")Accessibility — WCAG contrast
Aa
#cccca9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccca9 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.2%
Key (black)20.0%
Color previews
#cccca9 text on a black background
contrast 12.78:1
Card sample
#cccca9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccca9;
Background color
Panel with #cccca9 background
background-color: #cccca9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccca9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccca9; background: linear-gradient(135deg, #cccca9, #B5CCA9);