#df7ffe
a light, electric violet · warm · closest name: violet
RGB
223, 127, 254
HSL
285°, 98%, 75%
CMYK
12, 50, 0, 0
Luminance
0.3802
Every format
| HEX | #df7ffe |
| RGB | rgb(223, 127, 254) |
| HSL | hsl(285, 98%, 75%) |
| CMYK | cmyk(12%, 50%, 0%, 0%) |
| LAB | lab(68.0 56.7 -48.3) |
| LCH | lch(68.0 74.5 319.6) |
| OKLCH | oklch(0.748 0.198 317.4) |
Copy-ready code
/* CSS */
color: #df7ffe;
background-color: #df7ffe;
/* Tailwind (arbitrary) */
class="text-[#df7ffe] bg-[#df7ffe]"
/* SCSS */
$brand: #df7ffe;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.996)
/* Android */
Color.parseColor("#df7ffe")Accessibility — WCAG contrast
Aa
#df7ffe on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ffe on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta50.0%
Yellow0.0%
Key (black)0.4%
Color previews
#df7ffe text on a black background
contrast 8.60:1
Card sample
#df7ffe text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ffe;
Background color
Panel with #df7ffe background
background-color: #df7ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ffe; background: linear-gradient(135deg, #df7ffe, #FE7FC8);