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