#c9ccb8
a light, soft yellow · cool · closest name: silver
RGB
201, 204, 184
HSL
69°, 16%, 76%
CMYK
2, 0, 10, 20
Luminance
0.5906
Every format
| HEX | #c9ccb8 |
| RGB | rgb(201, 204, 184) |
| HSL | hsl(69, 16%, 76%) |
| CMYK | cmyk(2%, 0%, 10%, 20%) |
| LAB | lab(81.3 -4.5 9.6) |
| LCH | lch(81.3 10.6 115.3) |
| OKLCH | oklch(0.837 0.027 113.9) |
Copy-ready code
/* CSS */
color: #c9ccb8;
background-color: #c9ccb8;
/* Tailwind (arbitrary) */
class="text-[#c9ccb8] bg-[#c9ccb8]"
/* SCSS */
$brand: #c9ccb8;
/* SwiftUI */
Color(red: 0.788, green: 0.800, blue: 0.722)
/* Android */
Color.parseColor("#c9ccb8")Accessibility — WCAG contrast
Aa
#c9ccb8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ccb8 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.0%
Blue72.2%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow9.8%
Key (black)20.0%
Color previews
#c9ccb8 text on a black background
contrast 12.81:1
Card sample
#c9ccb8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ccb8;
Background color
Panel with #c9ccb8 background
background-color: #c9ccb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ccb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 204, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 204, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ccb8; background: linear-gradient(135deg, #c9ccb8, #BCCCB8);