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