#dedfdf
a pale, muted gray · cool · closest name: lavender
RGB
222, 223, 223
HSL
180°, 2%, 87%
CMYK
0, 0, 0, 13
Luminance
0.7363
Every format
| HEX | #dedfdf |
| RGB | rgb(222, 223, 223) |
| HSL | hsl(180, 2%, 87%) |
| CMYK | cmyk(0%, 0%, 0%, 13%) |
| LAB | lab(88.8 -0.3 -0.1) |
| LCH | lch(88.8 0.4 199.4) |
| OKLCH | oklch(0.903 0.001 197.1) |
Copy-ready code
/* CSS */
color: #dedfdf;
background-color: #dedfdf;
/* Tailwind (arbitrary) */
class="text-[#dedfdf] bg-[#dedfdf]"
/* SCSS */
$brand: #dedfdf;
/* SwiftUI */
Color(red: 0.871, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#dedfdf")Accessibility — WCAG contrast
Aa
#dedfdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedfdf on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dedfdf text on a black background
contrast 15.73:1
Card sample
#dedfdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedfdf;
Background color
Panel with #dedfdf background
background-color: #dedfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedfdf; background: linear-gradient(135deg, #dedfdf, #DEDEDF);