#df92fe
a light, electric violet · warm · closest name: violet
RGB
223, 146, 254
HSL
283°, 98%, 78%
CMYK
12, 43, 0, 0
Luminance
0.4340
Every format
| HEX | #df92fe |
| RGB | rgb(223, 146, 254) |
| HSL | hsl(283, 98%, 78%) |
| CMYK | cmyk(12%, 43%, 0%, 0%) |
| LAB | lab(71.8 47.0 -42.4) |
| LCH | lch(71.8 63.3 318.0) |
| OKLCH | oklch(0.776 0.168 315.7) |
Copy-ready code
/* CSS */
color: #df92fe;
background-color: #df92fe;
/* Tailwind (arbitrary) */
class="text-[#df92fe] bg-[#df92fe]"
/* SCSS */
$brand: #df92fe;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.996)
/* Android */
Color.parseColor("#df92fe")Accessibility — WCAG contrast
Aa
#df92fe on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df92fe on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta42.5%
Yellow0.0%
Key (black)0.4%
Color previews
#df92fe text on a black background
contrast 9.68:1
Card sample
#df92fe text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df92fe;
Background color
Panel with #df92fe background
background-color: #df92fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df92fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df92fe; background: linear-gradient(135deg, #df92fe, #FE92D5);