#de5cff
a light, electric violet · warm · closest name: magenta
RGB
222, 92, 255
HSL
288°, 100%, 68%
CMYK
13, 64, 0, 0
Luminance
0.3040
Every format
| HEX | #de5cff |
| RGB | rgb(222, 92, 255) |
| HSL | hsl(288, 100%, 68%) |
| CMYK | cmyk(13%, 64%, 0%, 0%) |
| LAB | lab(62.0 72.7 -58.4) |
| LCH | lch(62.0 93.3 321.2) |
| OKLCH | oklch(0.704 0.249 318.9) |
Copy-ready code
/* CSS */
color: #de5cff;
background-color: #de5cff;
/* Tailwind (arbitrary) */
class="text-[#de5cff] bg-[#de5cff]"
/* SCSS */
$brand: #de5cff;
/* SwiftUI */
Color(red: 0.871, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#de5cff")Accessibility — WCAG contrast
Aa
#de5cff on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de5cff on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green36.1%
Blue100.0%
CMYK percentages
Cyan12.9%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#de5cff text on a black background
contrast 7.08:1
Card sample
#de5cff text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de5cff;
Background color
Panel with #de5cff background
background-color: #de5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de5cff; background: linear-gradient(135deg, #de5cff, #FF5CB3);