#de6cef
a light, electric magenta / pink · warm · closest name: violet
RGB
222, 108, 239
HSL
292°, 80%, 68%
CMYK
7, 55, 0, 6
Luminance
0.3249
Every format
| HEX | #de6cef |
| RGB | rgb(222, 108, 239) |
| HSL | hsl(292, 80%, 68%) |
| CMYK | cmyk(7%, 55%, 0%, 6%) |
| LAB | lab(63.8 62.7 -46.8) |
| LCH | lch(63.8 78.3 323.3) |
| OKLCH | oklch(0.714 0.212 322.3) |
Copy-ready code
/* CSS */
color: #de6cef;
background-color: #de6cef;
/* Tailwind (arbitrary) */
class="text-[#de6cef] bg-[#de6cef]"
/* SCSS */
$brand: #de6cef;
/* SwiftUI */
Color(red: 0.871, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#de6cef")Accessibility — WCAG contrast
Aa
#de6cef on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de6cef on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green42.4%
Blue93.7%
CMYK percentages
Cyan7.1%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#de6cef text on a black background
contrast 7.50:1
Card sample
#de6cef text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de6cef;
Background color
Panel with #de6cef background
background-color: #de6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de6cef; background: linear-gradient(135deg, #de6cef, #EF6CA9);