#decfe1
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 207, 225
HSL
290°, 23%, 85%
CMYK
1, 8, 0, 12
Luminance
0.6559
Every format
| HEX | #decfe1 |
| RGB | rgb(222, 207, 225) |
| HSL | hsl(290, 23%, 85%) |
| CMYK | cmyk(1%, 8%, 0%, 12%) |
| LAB | lab(84.8 8.4 -7.0) |
| LCH | lch(84.8 10.9 320.2) |
| OKLCH | oklch(0.872 0.029 320.6) |
Copy-ready code
/* CSS */
color: #decfe1;
background-color: #decfe1;
/* Tailwind (arbitrary) */
class="text-[#decfe1] bg-[#decfe1]"
/* SCSS */
$brand: #decfe1;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.882)
/* Android */
Color.parseColor("#decfe1")Accessibility — WCAG contrast
Aa
#decfe1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfe1 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue88.2%
CMYK percentages
Cyan1.3%
Magenta8.0%
Yellow0.0%
Key (black)11.8%
Color previews
#decfe1 text on a black background
contrast 14.12:1
Card sample
#decfe1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfe1;
Background color
Panel with #decfe1 background
background-color: #decfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfe1; background: linear-gradient(135deg, #decfe1, #E1CFD8);