#dadfda
a pale, muted gray · cool · closest name: silver
RGB
218, 223, 218
HSL
120°, 7%, 87%
CMYK
2, 0, 2, 13
Luminance
0.7274
Every format
| HEX | #dadfda |
| RGB | rgb(218, 223, 218) |
| HSL | hsl(120, 7%, 87%) |
| CMYK | cmyk(2%, 0%, 2%, 13%) |
| LAB | lab(88.3 -2.6 1.9) |
| LCH | lch(88.3 3.2 144.3) |
| OKLCH | oklch(0.898 0.009 145.5) |
Copy-ready code
/* CSS */
color: #dadfda;
background-color: #dadfda;
/* Tailwind (arbitrary) */
class="text-[#dadfda] bg-[#dadfda]"
/* SCSS */
$brand: #dadfda;
/* SwiftUI */
Color(red: 0.855, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#dadfda")Accessibility — WCAG contrast
Aa
#dadfda on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadfda on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.5%
Blue85.5%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#dadfda text on a black background
contrast 15.55:1
Card sample
#dadfda text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadfda;
Background color
Panel with #dadfda background
background-color: #dadfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadfda; background: linear-gradient(135deg, #dadfda, #DADFDD);