#dec3f6
a pale, vivid violet · warm · closest name: plum
RGB
222, 195, 246
HSL
272°, 74%, 87%
CMYK
10, 21, 0, 4
Luminance
0.6121
Every format
| HEX | #dec3f6 |
| RGB | rgb(222, 195, 246) |
| HSL | hsl(272, 74%, 87%) |
| CMYK | cmyk(10%, 21%, 0%, 4%) |
| LAB | lab(82.5 18.8 -21.6) |
| LCH | lch(82.5 28.7 311.0) |
| OKLCH | oklch(0.856 0.075 308.7) |
Copy-ready code
/* CSS */
color: #dec3f6;
background-color: #dec3f6;
/* Tailwind (arbitrary) */
class="text-[#dec3f6] bg-[#dec3f6]"
/* SCSS */
$brand: #dec3f6;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.965)
/* Android */
Color.parseColor("#dec3f6")Accessibility — WCAG contrast
Aa
#dec3f6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec3f6 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue96.5%
CMYK percentages
Cyan9.8%
Magenta20.7%
Yellow0.0%
Key (black)3.5%
Color previews
#dec3f6 text on a black background
contrast 13.24:1
Card sample
#dec3f6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec3f6;
Background color
Panel with #dec3f6 background
background-color: #dec3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec3f6; background: linear-gradient(135deg, #dec3f6, #F6C3EC);