#cecbc5
a light, muted yellow · warm · closest name: silver
RGB
206, 203, 197
HSL
40°, 8%, 79%
CMYK
0, 2, 4, 19
Luminance
0.5986
Every format
| HEX | #cecbc5 |
| RGB | rgb(206, 203, 197) |
| HSL | hsl(40, 8%, 79%) |
| CMYK | cmyk(0%, 2%, 4%, 19%) |
| LAB | lab(81.8 -0.0 3.4) |
| LCH | lch(81.8 3.4 90.5) |
| OKLCH | oklch(0.843 0.009 84.6) |
Copy-ready code
/* CSS */
color: #cecbc5;
background-color: #cecbc5;
/* Tailwind (arbitrary) */
class="text-[#cecbc5] bg-[#cecbc5]"
/* SCSS */
$brand: #cecbc5;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.773)
/* Android */
Color.parseColor("#cecbc5")Accessibility — WCAG contrast
Aa
#cecbc5 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbc5 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow4.4%
Key (black)19.2%
Color previews
#cecbc5 text on a black background
contrast 12.97:1
Card sample
#cecbc5 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbc5;
Background color
Panel with #cecbc5 background
background-color: #cecbc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbc5; background: linear-gradient(135deg, #cecbc5, #CBCEC5);