#dec3f2
a pale, vivid violet · warm · closest name: plum
RGB
222, 195, 242
HSL
275°, 64%, 86%
CMYK
8, 19, 0, 5
Luminance
0.6097
Every format
| HEX | #dec3f2 |
| RGB | rgb(222, 195, 242) |
| HSL | hsl(275, 64%, 86%) |
| CMYK | cmyk(8%, 19%, 0%, 5%) |
| LAB | lab(82.4 18.0 -19.7) |
| LCH | lch(82.4 26.7 312.5) |
| OKLCH | oklch(0.855 0.070 310.7) |
Copy-ready code
/* CSS */
color: #dec3f2;
background-color: #dec3f2;
/* Tailwind (arbitrary) */
class="text-[#dec3f2] bg-[#dec3f2]"
/* SCSS */
$brand: #dec3f2;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.949)
/* Android */
Color.parseColor("#dec3f2")Accessibility — WCAG contrast
Aa
#dec3f2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec3f2 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue94.9%
CMYK percentages
Cyan8.3%
Magenta19.4%
Yellow0.0%
Key (black)5.1%
Color previews
#dec3f2 text on a black background
contrast 13.19:1
Card sample
#dec3f2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec3f2;
Background color
Panel with #dec3f2 background
background-color: #dec3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec3f2; background: linear-gradient(135deg, #dec3f2, #F2C3E7);