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