#cecdb2
a light, soft yellow · cool · closest name: beige
RGB
206, 205, 178
HSL
58°, 22%, 75%
CMYK
0, 1, 14, 19
Luminance
0.6000
Every format
| HEX | #cecdb2 |
| RGB | rgb(206, 205, 178) |
| HSL | hsl(58, 22%, 75%) |
| CMYK | cmyk(0%, 1%, 14%, 19%) |
| LAB | lab(81.8 -4.3 13.6) |
| LCH | lch(81.8 14.2 107.4) |
| OKLCH | oklch(0.842 0.036 105.4) |
Copy-ready code
/* CSS */
color: #cecdb2;
background-color: #cecdb2;
/* Tailwind (arbitrary) */
class="text-[#cecdb2] bg-[#cecdb2]"
/* SCSS */
$brand: #cecdb2;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#cecdb2")Accessibility — WCAG contrast
Aa
#cecdb2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdb2 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow13.6%
Key (black)19.2%
Color previews
#cecdb2 text on a black background
contrast 13.00:1
Card sample
#cecdb2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdb2;
Background color
Panel with #cecdb2 background
background-color: #cecdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdb2; background: linear-gradient(135deg, #cecdb2, #BCCEB2);