#dec3f8
a pale, electric violet · warm · closest name: plum
RGB
222, 195, 248
HSL
271°, 79%, 87%
CMYK
11, 21, 0, 3
Luminance
0.6134
Every format
| HEX | #dec3f8 |
| RGB | rgb(222, 195, 248) |
| HSL | hsl(271, 79%, 87%) |
| CMYK | cmyk(11%, 21%, 0%, 3%) |
| LAB | lab(82.6 19.2 -22.6) |
| LCH | lch(82.6 29.7 310.4) |
| OKLCH | oklch(0.857 0.078 307.9) |
Copy-ready code
/* CSS */
color: #dec3f8;
background-color: #dec3f8;
/* Tailwind (arbitrary) */
class="text-[#dec3f8] bg-[#dec3f8]"
/* SCSS */
$brand: #dec3f8;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.973)
/* Android */
Color.parseColor("#dec3f8")Accessibility — WCAG contrast
Aa
#dec3f8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec3f8 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue97.3%
CMYK percentages
Cyan10.5%
Magenta21.4%
Yellow0.0%
Key (black)2.7%
Color previews
#dec3f8 text on a black background
contrast 13.27:1
Card sample
#dec3f8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec3f8;
Background color
Panel with #dec3f8 background
background-color: #dec3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec3f8; background: linear-gradient(135deg, #dec3f8, #F8C3EF);