#cdcebb
a light, soft yellow · cool · closest name: silver
RGB
205, 206, 187
HSL
63°, 16%, 77%
CMYK
1, 0, 9, 19
Luminance
0.6071
Every format
| HEX | #cdcebb |
| RGB | rgb(205, 206, 187) |
| HSL | hsl(63, 16%, 77%) |
| CMYK | cmyk(1%, 0%, 9%, 19%) |
| LAB | lab(82.2 -3.7 9.3) |
| LCH | lch(82.2 10.0 111.5) |
| OKLCH | oklch(0.845 0.026 109.4) |
Copy-ready code
/* CSS */
color: #cdcebb;
background-color: #cdcebb;
/* Tailwind (arbitrary) */
class="text-[#cdcebb] bg-[#cdcebb]"
/* SCSS */
$brand: #cdcebb;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.733)
/* Android */
Color.parseColor("#cdcebb")Accessibility — WCAG contrast
Aa
#cdcebb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcebb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue73.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow9.2%
Key (black)19.2%
Color previews
#cdcebb text on a black background
contrast 13.14:1
Card sample
#cdcebb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcebb;
Background color
Panel with #cdcebb background
background-color: #cdcebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcebb; background: linear-gradient(135deg, #cdcebb, #C0CEBB);