#decbfe
a pale, electric violet · warm · closest name: lavender
RGB
222, 203, 254
HSL
262°, 96%, 90%
CMYK
13, 20, 0, 0
Luminance
0.6540
Every format
| HEX | #decbfe |
| RGB | rgb(222, 203, 254) |
| HSL | hsl(262, 96%, 90%) |
| CMYK | cmyk(13%, 20%, 0%, 0%) |
| LAB | lab(84.7 16.2 -22.6) |
| LCH | lch(84.7 27.8 305.6) |
| OKLCH | oklch(0.874 0.072 301.9) |
Copy-ready code
/* CSS */
color: #decbfe;
background-color: #decbfe;
/* Tailwind (arbitrary) */
class="text-[#decbfe] bg-[#decbfe]"
/* SCSS */
$brand: #decbfe;
/* SwiftUI */
Color(red: 0.871, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#decbfe")Accessibility — WCAG contrast
Aa
#decbfe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decbfe on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.6%
Blue99.6%
CMYK percentages
Cyan12.6%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#decbfe text on a black background
contrast 14.08:1
Card sample
#decbfe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decbfe;
Background color
Panel with #decbfe background
background-color: #decbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decbfe; background: linear-gradient(135deg, #decbfe, #FECBFC);