#decfe6
a pale, soft violet · warm · closest name: lavender
RGB
222, 207, 230
HSL
279°, 32%, 86%
CMYK
4, 10, 0, 10
Luminance
0.6587
Every format
| HEX | #decfe6 |
| RGB | rgb(222, 207, 230) |
| HSL | hsl(279, 32%, 86%) |
| CMYK | cmyk(4%, 10%, 0%, 10%) |
| LAB | lab(84.9 9.3 -9.4) |
| LCH | lch(84.9 13.3 314.6) |
| OKLCH | oklch(0.874 0.035 314.1) |
Copy-ready code
/* CSS */
color: #decfe6;
background-color: #decfe6;
/* Tailwind (arbitrary) */
class="text-[#decfe6] bg-[#decfe6]"
/* SCSS */
$brand: #decfe6;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.902)
/* Android */
Color.parseColor("#decfe6")Accessibility — WCAG contrast
Aa
#decfe6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfe6 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue90.2%
CMYK percentages
Cyan3.5%
Magenta10.0%
Yellow0.0%
Key (black)9.8%
Color previews
#decfe6 text on a black background
contrast 14.17:1
Card sample
#decfe6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfe6;
Background color
Panel with #decfe6 background
background-color: #decfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfe6; background: linear-gradient(135deg, #decfe6, #E6CFDF);