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