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