#dec8f7
a pale, vivid violet · warm · closest name: lavender
RGB
222, 200, 247
HSL
268°, 75%, 88%
CMYK
10, 19, 0, 3
Luminance
0.6355
Every format
| HEX | #dec8f7 |
| RGB | rgb(222, 200, 247) |
| HSL | hsl(268, 75%, 88%) |
| CMYK | cmyk(10%, 19%, 0%, 3%) |
| LAB | lab(83.7 16.4 -20.3) |
| LCH | lch(83.7 26.1 308.9) |
| OKLCH | oklch(0.866 0.068 306.2) |
Copy-ready code
/* CSS */
color: #dec8f7;
background-color: #dec8f7;
/* Tailwind (arbitrary) */
class="text-[#dec8f7] bg-[#dec8f7]"
/* SCSS */
$brand: #dec8f7;
/* SwiftUI */
Color(red: 0.871, green: 0.784, blue: 0.969)
/* Android */
Color.parseColor("#dec8f7")Accessibility — WCAG contrast
Aa
#dec8f7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec8f7 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.4%
Blue96.9%
CMYK percentages
Cyan10.1%
Magenta19.0%
Yellow0.0%
Key (black)3.1%
Color previews
#dec8f7 text on a black background
contrast 13.71:1
Card sample
#dec8f7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec8f7;
Background color
Panel with #dec8f7 background
background-color: #dec8f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec8f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 200, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 200, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec8f7; background: linear-gradient(135deg, #dec8f7, #F7C8F1);