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