#dec3fc
a pale, electric violet · warm · closest name: plum
RGB
222, 195, 252
HSL
268°, 91%, 88%
CMYK
12, 23, 0, 1
Luminance
0.6159
Every format
| HEX | #dec3fc |
| RGB | rgb(222, 195, 252) |
| HSL | hsl(268, 91%, 88%) |
| CMYK | cmyk(12%, 23%, 0%, 1%) |
| LAB | lab(82.7 20.0 -24.5) |
| LCH | lch(82.7 31.7 309.3) |
| OKLCH | oklch(0.859 0.083 306.2) |
Copy-ready code
/* CSS */
color: #dec3fc;
background-color: #dec3fc;
/* Tailwind (arbitrary) */
class="text-[#dec3fc] bg-[#dec3fc]"
/* SCSS */
$brand: #dec3fc;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#dec3fc")Accessibility — WCAG contrast
Aa
#dec3fc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec3fc on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue98.8%
CMYK percentages
Cyan11.9%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#dec3fc text on a black background
contrast 13.32:1
Card sample
#dec3fc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec3fc;
Background color
Panel with #dec3fc background
background-color: #dec3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec3fc; background: linear-gradient(135deg, #dec3fc, #FCC3F4);