#cccdb2
a light, soft yellow · cool · closest name: beige
RGB
204, 205, 178
HSL
62°, 21%, 75%
CMYK
1, 0, 13, 20
Luminance
0.5971
Every format
| HEX | #cccdb2 |
| RGB | rgb(204, 205, 178) |
| HSL | hsl(62, 21%, 75%) |
| CMYK | cmyk(1%, 0%, 13%, 20%) |
| LAB | lab(81.7 -5.0 13.3) |
| LCH | lch(81.7 14.3 110.5) |
| OKLCH | oklch(0.840 0.036 108.9) |
Copy-ready code
/* CSS */
color: #cccdb2;
background-color: #cccdb2;
/* Tailwind (arbitrary) */
class="text-[#cccdb2] bg-[#cccdb2]"
/* SCSS */
$brand: #cccdb2;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#cccdb2")Accessibility — WCAG contrast
Aa
#cccdb2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdb2 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue69.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#cccdb2 text on a black background
contrast 12.94:1
Card sample
#cccdb2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdb2;
Background color
Panel with #cccdb2 background
background-color: #cccdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdb2; background: linear-gradient(135deg, #cccdb2, #BACDB2);