#dedad2
a light, soft yellow · warm · closest name: silver
RGB
222, 218, 210
HSL
40°, 15%, 85%
CMYK
0, 2, 5, 13
Luminance
0.7033
Every format
| HEX | #dedad2 |
| RGB | rgb(222, 218, 210) |
| HSL | hsl(40, 15%, 85%) |
| CMYK | cmyk(0%, 2%, 5%, 13%) |
| LAB | lab(87.2 -0.0 4.4) |
| LCH | lch(87.2 4.4 90.5) |
| OKLCH | oklch(0.889 0.012 84.6) |
Copy-ready code
/* CSS */
color: #dedad2;
background-color: #dedad2;
/* Tailwind (arbitrary) */
class="text-[#dedad2] bg-[#dedad2]"
/* SCSS */
$brand: #dedad2;
/* SwiftUI */
Color(red: 0.871, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#dedad2")Accessibility — WCAG contrast
Aa
#dedad2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedad2 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow5.4%
Key (black)12.9%
Color previews
#dedad2 text on a black background
contrast 15.07:1
Card sample
#dedad2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedad2;
Background color
Panel with #dedad2 background
background-color: #dedad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedad2; background: linear-gradient(135deg, #dedad2, #DADED2);