#cdd0bc
a light, soft yellow · cool · closest name: silver
RGB
205, 208, 188
HSL
69°, 18%, 78%
CMYK
1, 0, 10, 18
Luminance
0.6172
Every format
| HEX | #cdd0bc |
| RGB | rgb(205, 208, 188) |
| HSL | hsl(69, 18%, 78%) |
| CMYK | cmyk(1%, 0%, 10%, 18%) |
| LAB | lab(82.8 -4.5 9.6) |
| LCH | lch(82.8 10.6 115.4) |
| OKLCH | oklch(0.850 0.027 113.9) |
Copy-ready code
/* CSS */
color: #cdd0bc;
background-color: #cdd0bc;
/* Tailwind (arbitrary) */
class="text-[#cdd0bc] bg-[#cdd0bc]"
/* SCSS */
$brand: #cdd0bc;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.737)
/* Android */
Color.parseColor("#cdd0bc")Accessibility — WCAG contrast
Aa
#cdd0bc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0bc on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue73.7%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow9.6%
Key (black)18.4%
Color previews
#cdd0bc text on a black background
contrast 13.34:1
Card sample
#cdd0bc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0bc;
Background color
Panel with #cdd0bc background
background-color: #cdd0bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0bc; background: linear-gradient(135deg, #cdd0bc, #C0D0BC);