#cccbbc
a light, muted yellow · cool · closest name: silver
RGB
204, 203, 188
HSL
56°, 14%, 77%
CMYK
0, 1, 8, 20
Luminance
0.5918
Every format
| HEX | #cccbbc |
| RGB | rgb(204, 203, 188) |
| HSL | hsl(56, 14%, 77%) |
| CMYK | cmyk(0%, 1%, 8%, 20%) |
| LAB | lab(81.4 -2.3 7.6) |
| LCH | lch(81.4 7.9 106.8) |
| OKLCH | oklch(0.839 0.021 103.7) |
Copy-ready code
/* CSS */
color: #cccbbc;
background-color: #cccbbc;
/* Tailwind (arbitrary) */
class="text-[#cccbbc] bg-[#cccbbc]"
/* SCSS */
$brand: #cccbbc;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#cccbbc")Accessibility — WCAG contrast
Aa
#cccbbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbbc on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow7.8%
Key (black)20.0%
Color previews
#cccbbc text on a black background
contrast 12.84:1
Card sample
#cccbbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbbc;
Background color
Panel with #cccbbc background
background-color: #cccbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbbc; background: linear-gradient(135deg, #cccbbc, #C2CCBC);