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