#df82fe
a light, electric violet · warm · closest name: violet
RGB
223, 130, 254
HSL
285°, 98%, 75%
CMYK
12, 49, 0, 0
Luminance
0.3881
Every format
| HEX | #df82fe |
| RGB | rgb(223, 130, 254) |
| HSL | hsl(285, 98%, 75%) |
| CMYK | cmyk(12%, 49%, 0%, 0%) |
| LAB | lab(68.6 55.2 -47.4) |
| LCH | lch(68.6 72.8 319.4) |
| OKLCH | oklch(0.752 0.194 317.2) |
Copy-ready code
/* CSS */
color: #df82fe;
background-color: #df82fe;
/* Tailwind (arbitrary) */
class="text-[#df82fe] bg-[#df82fe]"
/* SCSS */
$brand: #df82fe;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.996)
/* Android */
Color.parseColor("#df82fe")Accessibility — WCAG contrast
Aa
#df82fe on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df82fe on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta48.8%
Yellow0.0%
Key (black)0.4%
Color previews
#df82fe text on a black background
contrast 8.76:1
Card sample
#df82fe text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df82fe;
Background color
Panel with #df82fe background
background-color: #df82fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df82fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df82fe; background: linear-gradient(135deg, #df82fe, #FE82CA);