#ded9da
a pale, muted gray · warm · closest name: silver
RGB
222, 217, 218
HSL
348°, 7%, 86%
CMYK
0, 2, 2, 13
Luminance
0.7022
Every format
| HEX | #ded9da |
| RGB | rgb(222, 217, 218) |
| HSL | hsl(348, 7%, 86%) |
| CMYK | cmyk(0%, 2%, 2%, 13%) |
| LAB | lab(87.1 1.9 0.1) |
| LCH | lch(87.1 1.9 3.3) |
| OKLCH | oklch(0.889 0.006 3.4) |
Copy-ready code
/* CSS */
color: #ded9da;
background-color: #ded9da;
/* Tailwind (arbitrary) */
class="text-[#ded9da] bg-[#ded9da]"
/* SCSS */
$brand: #ded9da;
/* SwiftUI */
Color(red: 0.871, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#ded9da")Accessibility — WCAG contrast
Aa
#ded9da on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded9da on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow1.8%
Key (black)12.9%
Color previews
#ded9da text on a black background
contrast 15.04:1
Card sample
#ded9da text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded9da;
Background color
Panel with #ded9da background
background-color: #ded9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded9da; background: linear-gradient(135deg, #ded9da, #DEDBD9);