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