#dec5fd
a pale, electric violet · warm · closest name: plum
RGB
222, 197, 253
HSL
267°, 93%, 88%
CMYK
12, 22, 0, 1
Luminance
0.6255
Every format
| HEX | #dec5fd |
| RGB | rgb(222, 197, 253) |
| HSL | hsl(267, 93%, 88%) |
| CMYK | cmyk(12%, 22%, 0%, 1%) |
| LAB | lab(83.2 19.2 -24.3) |
| LCH | lch(83.2 30.9 308.3) |
| OKLCH | oklch(0.863 0.081 305.1) |
Copy-ready code
/* CSS */
color: #dec5fd;
background-color: #dec5fd;
/* Tailwind (arbitrary) */
class="text-[#dec5fd] bg-[#dec5fd]"
/* SCSS */
$brand: #dec5fd;
/* SwiftUI */
Color(red: 0.871, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#dec5fd")Accessibility — WCAG contrast
Aa
#dec5fd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec5fd on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green77.3%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#dec5fd text on a black background
contrast 13.51:1
Card sample
#dec5fd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec5fd;
Background color
Panel with #dec5fd background
background-color: #dec5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec5fd; background: linear-gradient(135deg, #dec5fd, #FDC5F7);