#decffd
a pale, electric violet · warm · closest name: lavender
RGB
222, 207, 253
HSL
260°, 92%, 90%
CMYK
12, 18, 0, 1
Luminance
0.6725
Every format
| HEX | #decffd |
| RGB | rgb(222, 207, 253) |
| HSL | hsl(260, 92%, 90%) |
| CMYK | cmyk(12%, 18%, 0%, 1%) |
| LAB | lab(85.6 13.8 -20.6) |
| LCH | lch(85.6 24.8 303.9) |
| OKLCH | oklch(0.881 0.065 300.0) |
Copy-ready code
/* CSS */
color: #decffd;
background-color: #decffd;
/* Tailwind (arbitrary) */
class="text-[#decffd] bg-[#decffd]"
/* SCSS */
$brand: #decffd;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#decffd")Accessibility — WCAG contrast
Aa
#decffd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decffd on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#decffd text on a black background
contrast 14.45:1
Card sample
#decffd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decffd;
Background color
Panel with #decffd background
background-color: #decffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decffd; background: linear-gradient(135deg, #decffd, #FDCFFD);