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