#cccfb9
a light, soft yellow · cool · closest name: silver
RGB
204, 207, 185
HSL
68°, 19%, 77%
CMYK
1, 0, 11, 19
Luminance
0.6097
Every format
| HEX | #cccfb9 |
| RGB | rgb(204, 207, 185) |
| HSL | hsl(68, 19%, 77%) |
| CMYK | cmyk(1%, 0%, 11%, 19%) |
| LAB | lab(82.4 -4.9 10.6) |
| LCH | lch(82.4 11.7 114.7) |
| OKLCH | oklch(0.846 0.030 113.3) |
Copy-ready code
/* CSS */
color: #cccfb9;
background-color: #cccfb9;
/* Tailwind (arbitrary) */
class="text-[#cccfb9] bg-[#cccfb9]"
/* SCSS */
$brand: #cccfb9;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.725)
/* Android */
Color.parseColor("#cccfb9")Accessibility — WCAG contrast
Aa
#cccfb9 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfb9 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue72.5%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow10.6%
Key (black)18.8%
Color previews
#cccfb9 text on a black background
contrast 13.19:1
Card sample
#cccfb9 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfb9;
Background color
Panel with #cccfb9 background
background-color: #cccfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfb9; background: linear-gradient(135deg, #cccfb9, #BDCFB9);