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