#cdcebe
a light, muted yellow · cool · closest name: silver
RGB
205, 206, 190
HSL
64°, 14%, 78%
CMYK
1, 0, 8, 19
Luminance
0.6084
Every format
| HEX | #cdcebe |
| RGB | rgb(205, 206, 190) |
| HSL | hsl(64, 14%, 78%) |
| CMYK | cmyk(1%, 0%, 8%, 19%) |
| LAB | lab(82.3 -3.2 7.8) |
| LCH | lch(82.3 8.4 112.0) |
| OKLCH | oklch(0.846 0.022 109.8) |
Copy-ready code
/* CSS */
color: #cdcebe;
background-color: #cdcebe;
/* Tailwind (arbitrary) */
class="text-[#cdcebe] bg-[#cdcebe]"
/* SCSS */
$brand: #cdcebe;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.745)
/* Android */
Color.parseColor("#cdcebe")Accessibility — WCAG contrast
Aa
#cdcebe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcebe on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue74.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow7.8%
Key (black)19.2%
Color previews
#cdcebe text on a black background
contrast 13.17:1
Card sample
#cdcebe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcebe;
Background color
Panel with #cdcebe background
background-color: #cdcebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcebe; background: linear-gradient(135deg, #cdcebe, #C2CEBE);