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