#ccc4ab
a light, soft yellow · cool · closest name: tan
RGB
204, 196, 171
HSL
46°, 24%, 74%
CMYK
0, 4, 16, 20
Luminance
0.5526
Every format
| HEX | #ccc4ab |
| RGB | rgb(204, 196, 171) |
| HSL | hsl(46, 24%, 74%) |
| CMYK | cmyk(0%, 4%, 16%, 20%) |
| LAB | lab(79.2 -1.4 13.6) |
| LCH | lch(79.2 13.6 95.8) |
| OKLCH | oklch(0.820 0.035 92.3) |
Copy-ready code
/* CSS */
color: #ccc4ab;
background-color: #ccc4ab;
/* Tailwind (arbitrary) */
class="text-[#ccc4ab] bg-[#ccc4ab]"
/* SCSS */
$brand: #ccc4ab;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.671)
/* Android */
Color.parseColor("#ccc4ab")Accessibility — WCAG contrast
Aa
#ccc4ab on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4ab on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow16.2%
Key (black)20.0%
Color previews
#ccc4ab text on a black background
contrast 12.05:1
Card sample
#ccc4ab text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4ab;
Background color
Panel with #ccc4ab background
background-color: #ccc4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4ab; background: linear-gradient(135deg, #ccc4ab, #BECCAB);