#cccdb8
a light, soft yellow · cool · closest name: silver
RGB
204, 205, 184
HSL
63°, 17%, 76%
CMYK
1, 0, 10, 20
Luminance
0.5996
Every format
| HEX | #cccdb8 |
| RGB | rgb(204, 205, 184) |
| HSL | hsl(63, 17%, 76%) |
| CMYK | cmyk(1%, 0%, 10%, 20%) |
| LAB | lab(81.8 -4.0 10.3) |
| LCH | lch(81.8 11.1 111.1) |
| OKLCH | oklch(0.842 0.029 109.2) |
Copy-ready code
/* CSS */
color: #cccdb8;
background-color: #cccdb8;
/* Tailwind (arbitrary) */
class="text-[#cccdb8] bg-[#cccdb8]"
/* SCSS */
$brand: #cccdb8;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.722)
/* Android */
Color.parseColor("#cccdb8")Accessibility — WCAG contrast
Aa
#cccdb8 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdb8 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue72.2%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow10.2%
Key (black)19.6%
Color previews
#cccdb8 text on a black background
contrast 12.99:1
Card sample
#cccdb8 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdb8;
Background color
Panel with #cccdb8 background
background-color: #cccdb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdb8; background: linear-gradient(135deg, #cccdb8, #BECDB8);