#cecdb4
a light, soft yellow · cool · closest name: silver
RGB
206, 205, 180
HSL
58°, 21%, 76%
CMYK
0, 1, 13, 19
Luminance
0.6008
Every format
| HEX | #cecdb4 |
| RGB | rgb(206, 205, 180) |
| HSL | hsl(58, 21%, 76%) |
| CMYK | cmyk(0%, 1%, 13%, 19%) |
| LAB | lab(81.9 -3.9 12.6) |
| LCH | lch(81.9 13.2 107.3) |
| OKLCH | oklch(0.842 0.034 105.2) |
Copy-ready code
/* CSS */
color: #cecdb4;
background-color: #cecdb4;
/* Tailwind (arbitrary) */
class="text-[#cecdb4] bg-[#cecdb4]"
/* SCSS */
$brand: #cecdb4;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.706)
/* Android */
Color.parseColor("#cecdb4")Accessibility — WCAG contrast
Aa
#cecdb4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdb4 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow12.6%
Key (black)19.2%
Color previews
#cecdb4 text on a black background
contrast 13.02:1
Card sample
#cecdb4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdb4;
Background color
Panel with #cecdb4 background
background-color: #cecdb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdb4; background: linear-gradient(135deg, #cecdb4, #BECEB4);