#decfe4
a pale, soft violet · warm · closest name: lavender
RGB
222, 207, 228
HSL
283°, 28%, 85%
CMYK
3, 9, 0, 11
Luminance
0.6576
Every format
| HEX | #decfe4 |
| RGB | rgb(222, 207, 228) |
| HSL | hsl(283, 28%, 85%) |
| CMYK | cmyk(3%, 9%, 0%, 11%) |
| LAB | lab(84.9 8.9 -8.5) |
| LCH | lch(84.9 12.3 316.6) |
| OKLCH | oklch(0.873 0.033 316.4) |
Copy-ready code
/* CSS */
color: #decfe4;
background-color: #decfe4;
/* Tailwind (arbitrary) */
class="text-[#decfe4] bg-[#decfe4]"
/* SCSS */
$brand: #decfe4;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#decfe4")Accessibility — WCAG contrast
Aa
#decfe4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfe4 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue89.4%
CMYK percentages
Cyan2.6%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#decfe4 text on a black background
contrast 14.15:1
Card sample
#decfe4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfe4;
Background color
Panel with #decfe4 background
background-color: #decfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfe4; background: linear-gradient(135deg, #decfe4, #E4CFDC);