#ccc5b1
a light, soft yellow · warm · closest name: silver
RGB
204, 197, 177
HSL
44°, 21%, 75%
CMYK
0, 3, 13, 20
Luminance
0.5594
Every format
| HEX | #ccc5b1 |
| RGB | rgb(204, 197, 177) |
| HSL | hsl(44, 21%, 75%) |
| CMYK | cmyk(0%, 3%, 13%, 20%) |
| LAB | lab(79.6 -1.0 10.9) |
| LCH | lch(79.6 10.9 95.0) |
| OKLCH | oklch(0.824 0.028 90.9) |
Copy-ready code
/* CSS */
color: #ccc5b1;
background-color: #ccc5b1;
/* Tailwind (arbitrary) */
class="text-[#ccc5b1] bg-[#ccc5b1]"
/* SCSS */
$brand: #ccc5b1;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.694)
/* Android */
Color.parseColor("#ccc5b1")Accessibility — WCAG contrast
Aa
#ccc5b1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5b1 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow13.2%
Key (black)20.0%
Color previews
#ccc5b1 text on a black background
contrast 12.19:1
Card sample
#ccc5b1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5b1;
Background color
Panel with #ccc5b1 background
background-color: #ccc5b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5b1; background: linear-gradient(135deg, #ccc5b1, #C1CCB1);