#cccead
a light, soft yellow · cool · closest name: beige
RGB
204, 206, 173
HSL
64°, 25%, 74%
CMYK
1, 0, 16, 19
Luminance
0.6000
Every format
| HEX | #cccead |
| RGB | rgb(204, 206, 173) |
| HSL | hsl(64, 25%, 74%) |
| CMYK | cmyk(1%, 0%, 16%, 19%) |
| LAB | lab(81.8 -6.3 16.2) |
| LCH | lch(81.8 17.4 111.2) |
| OKLCH | oklch(0.841 0.044 110.2) |
Copy-ready code
/* CSS */
color: #cccead;
background-color: #cccead;
/* Tailwind (arbitrary) */
class="text-[#cccead] bg-[#cccead]"
/* SCSS */
$brand: #cccead;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#cccead")Accessibility — WCAG contrast
Aa
#cccead on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccead on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue67.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#cccead text on a black background
contrast 13.00:1
Card sample
#cccead text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccead;
Background color
Panel with #cccead background
background-color: #cccead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccead; background: linear-gradient(135deg, #cccead, #B6CEAD);