#decfe3
a pale, soft violet · warm · closest name: lavender
RGB
222, 207, 227
HSL
285°, 26%, 85%
CMYK
2, 9, 0, 11
Luminance
0.6570
Every format
| HEX | #decfe3 |
| RGB | rgb(222, 207, 227) |
| HSL | hsl(285, 26%, 85%) |
| CMYK | cmyk(2%, 9%, 0%, 11%) |
| LAB | lab(84.8 8.8 -8.0) |
| LCH | lch(84.8 11.8 317.7) |
| OKLCH | oklch(0.873 0.032 317.7) |
Copy-ready code
/* CSS */
color: #decfe3;
background-color: #decfe3;
/* Tailwind (arbitrary) */
class="text-[#decfe3] bg-[#decfe3]"
/* SCSS */
$brand: #decfe3;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#decfe3")Accessibility — WCAG contrast
Aa
#decfe3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfe3 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue89.0%
CMYK percentages
Cyan2.2%
Magenta8.8%
Yellow0.0%
Key (black)11.0%
Color previews
#decfe3 text on a black background
contrast 14.14:1
Card sample
#decfe3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfe3;
Background color
Panel with #decfe3 background
background-color: #decfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfe3; background: linear-gradient(135deg, #decfe3, #E3CFDB);