#df98fe
a light, electric violet · warm · closest name: violet
RGB
223, 152, 254
HSL
282°, 98%, 80%
CMYK
12, 40, 0, 0
Luminance
0.4530
Every format
| HEX | #df98fe |
| RGB | rgb(223, 152, 254) |
| HSL | hsl(282, 98%, 80%) |
| CMYK | cmyk(12%, 40%, 0%, 0%) |
| LAB | lab(73.1 43.8 -40.4) |
| LCH | lch(73.1 59.6 317.3) |
| OKLCH | oklch(0.786 0.158 315.1) |
Copy-ready code
/* CSS */
color: #df98fe;
background-color: #df98fe;
/* Tailwind (arbitrary) */
class="text-[#df98fe] bg-[#df98fe]"
/* SCSS */
$brand: #df98fe;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.996)
/* Android */
Color.parseColor("#df98fe")Accessibility — WCAG contrast
Aa
#df98fe on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df98fe on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta40.2%
Yellow0.0%
Key (black)0.4%
Color previews
#df98fe text on a black background
contrast 10.06:1
Card sample
#df98fe text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df98fe;
Background color
Panel with #df98fe background
background-color: #df98fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df98fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df98fe; background: linear-gradient(135deg, #df98fe, #FE98D9);