#dec5fc
a pale, electric violet · warm · closest name: plum
RGB
222, 197, 252
HSL
267°, 90%, 88%
CMYK
12, 22, 0, 1
Luminance
0.6249
Every format
| HEX | #dec5fc |
| RGB | rgb(222, 197, 252) |
| HSL | hsl(267, 90%, 88%) |
| CMYK | cmyk(12%, 22%, 0%, 1%) |
| LAB | lab(83.2 19.0 -23.8) |
| LCH | lch(83.2 30.4 308.6) |
| OKLCH | oklch(0.862 0.079 305.4) |
Copy-ready code
/* CSS */
color: #dec5fc;
background-color: #dec5fc;
/* Tailwind (arbitrary) */
class="text-[#dec5fc] bg-[#dec5fc]"
/* SCSS */
$brand: #dec5fc;
/* SwiftUI */
Color(red: 0.871, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#dec5fc")Accessibility — WCAG contrast
Aa
#dec5fc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec5fc on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green77.3%
Blue98.8%
CMYK percentages
Cyan11.9%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dec5fc text on a black background
contrast 13.50:1
Card sample
#dec5fc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec5fc;
Background color
Panel with #dec5fc background
background-color: #dec5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec5fc; background: linear-gradient(135deg, #dec5fc, #FCC5F5);