#decfe9
a pale, soft violet · warm · closest name: lavender
RGB
222, 207, 233
HSL
275°, 37%, 86%
CMYK
5, 11, 0, 9
Luminance
0.6604
Every format
| HEX | #decfe9 |
| RGB | rgb(222, 207, 233) |
| HSL | hsl(275, 37%, 86%) |
| CMYK | cmyk(5%, 11%, 0%, 9%) |
| LAB | lab(85.0 9.9 -10.9) |
| LCH | lch(85.0 14.7 312.2) |
| OKLCH | oklch(0.875 0.039 311.1) |
Copy-ready code
/* CSS */
color: #decfe9;
background-color: #decfe9;
/* Tailwind (arbitrary) */
class="text-[#decfe9] bg-[#decfe9]"
/* SCSS */
$brand: #decfe9;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.914)
/* Android */
Color.parseColor("#decfe9")Accessibility — WCAG contrast
Aa
#decfe9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfe9 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue91.4%
CMYK percentages
Cyan4.7%
Magenta11.2%
Yellow0.0%
Key (black)8.6%
Color previews
#decfe9 text on a black background
contrast 14.21:1
Card sample
#decfe9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfe9;
Background color
Panel with #decfe9 background
background-color: #decfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfe9; background: linear-gradient(135deg, #decfe9, #E9CFE3);