#decfff
a pale, electric violet · warm · closest name: lavender
RGB
222, 207, 255
HSL
259°, 100%, 91%
CMYK
13, 19, 0, 0
Luminance
0.6738
Every format
| HEX | #decfff |
| RGB | rgb(222, 207, 255) |
| HSL | hsl(259, 100%, 91%) |
| CMYK | cmyk(13%, 19%, 0%, 0%) |
| LAB | lab(85.7 14.2 -21.6) |
| LCH | lch(85.7 25.8 303.4) |
| OKLCH | oklch(0.882 0.067 299.3) |
Copy-ready code
/* CSS */
color: #decfff;
background-color: #decfff;
/* Tailwind (arbitrary) */
class="text-[#decfff] bg-[#decfff]"
/* SCSS */
$brand: #decfff;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#decfff")Accessibility — WCAG contrast
Aa
#decfff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfff on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue100.0%
CMYK percentages
Cyan12.9%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#decfff text on a black background
contrast 14.48:1
Card sample
#decfff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfff;
Background color
Panel with #decfff background
background-color: #decfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfff; background: linear-gradient(135deg, #decfff, #FECFFF);