#cccfbc
a light, soft yellow · cool · closest name: silver
RGB
204, 207, 188
HSL
70°, 17%, 78%
CMYK
1, 0, 9, 19
Luminance
0.6109
Every format
| HEX | #cccfbc |
| RGB | rgb(204, 207, 188) |
| HSL | hsl(70, 17%, 78%) |
| CMYK | cmyk(1%, 0%, 9%, 19%) |
| LAB | lab(82.4 -4.4 9.1) |
| LCH | lch(82.4 10.1 115.7) |
| OKLCH | oklch(0.847 0.026 114.2) |
Copy-ready code
/* CSS */
color: #cccfbc;
background-color: #cccfbc;
/* Tailwind (arbitrary) */
class="text-[#cccfbc] bg-[#cccfbc]"
/* SCSS */
$brand: #cccfbc;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#cccfbc")Accessibility — WCAG contrast
Aa
#cccfbc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfbc on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue73.7%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cccfbc text on a black background
contrast 13.22:1
Card sample
#cccfbc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfbc;
Background color
Panel with #cccfbc background
background-color: #cccfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfbc; background: linear-gradient(135deg, #cccfbc, #BFCFBC);