#dec2fb
a pale, electric violet · warm · closest name: plum
RGB
222, 194, 251
HSL
270°, 88%, 87%
CMYK
12, 23, 0, 2
Luminance
0.6108
Every format
| HEX | #dec2fb |
| RGB | rgb(222, 194, 251) |
| HSL | hsl(270, 88%, 87%) |
| CMYK | cmyk(12%, 23%, 0%, 2%) |
| LAB | lab(82.4 20.4 -24.4) |
| LCH | lch(82.4 31.8 309.9) |
| OKLCH | oklch(0.856 0.083 307.0) |
Copy-ready code
/* CSS */
color: #dec2fb;
background-color: #dec2fb;
/* Tailwind (arbitrary) */
class="text-[#dec2fb] bg-[#dec2fb]"
/* SCSS */
$brand: #dec2fb;
/* SwiftUI */
Color(red: 0.871, green: 0.761, blue: 0.984)
/* Android */
Color.parseColor("#dec2fb")Accessibility — WCAG contrast
Aa
#dec2fb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec2fb on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.1%
Blue98.4%
CMYK percentages
Cyan11.6%
Magenta22.7%
Yellow0.0%
Key (black)1.6%
Color previews
#dec2fb text on a black background
contrast 13.22:1
Card sample
#dec2fb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec2fb;
Background color
Panel with #dec2fb background
background-color: #dec2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 194, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 194, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec2fb; background: linear-gradient(135deg, #dec2fb, #FBC2F2);