#decfd3
a light, soft magenta / pink · warm · closest name: silver
RGB
222, 207, 211
HSL
344°, 19%, 84%
CMYK
0, 7, 5, 13
Luminance
0.6486
Every format
| HEX | #decfd3 |
| RGB | rgb(222, 207, 211) |
| HSL | hsl(344, 19%, 84%) |
| CMYK | cmyk(0%, 7%, 5%, 13%) |
| LAB | lab(84.4 5.9 -0.1) |
| LCH | lch(84.4 5.9 358.9) |
| OKLCH | oklch(0.868 0.018 359.4) |
Copy-ready code
/* CSS */
color: #decfd3;
background-color: #decfd3;
/* Tailwind (arbitrary) */
class="text-[#decfd3] bg-[#decfd3]"
/* SCSS */
$brand: #decfd3;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#decfd3")Accessibility — WCAG contrast
Aa
#decfd3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfd3 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow5.0%
Key (black)12.9%
Color previews
#decfd3 text on a black background
contrast 13.97:1
Card sample
#decfd3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfd3;
Background color
Panel with #decfd3 background
background-color: #decfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfd3; background: linear-gradient(135deg, #decfd3, #DED5CF);