#df61fe
a light, electric violet · warm · closest name: violet
RGB
223, 97, 254
HSL
288°, 99%, 69%
CMYK
12, 62, 0, 0
Luminance
0.3139
Every format
| HEX | #df61fe |
| RGB | rgb(223, 97, 254) |
| HSL | hsl(288, 99%, 69%) |
| CMYK | cmyk(12%, 62%, 0%, 0%) |
| LAB | lab(62.8 70.7 -56.5) |
| LCH | lch(62.8 90.5 321.3) |
| OKLCH | oklch(0.710 0.242 319.2) |
Copy-ready code
/* CSS */
color: #df61fe;
background-color: #df61fe;
/* Tailwind (arbitrary) */
class="text-[#df61fe] bg-[#df61fe]"
/* SCSS */
$brand: #df61fe;
/* SwiftUI */
Color(red: 0.875, green: 0.380, blue: 0.996)
/* Android */
Color.parseColor("#df61fe")Accessibility — WCAG contrast
Aa
#df61fe on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df61fe on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.0%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta61.8%
Yellow0.0%
Key (black)0.4%
Color previews
#df61fe text on a black background
contrast 7.28:1
Card sample
#df61fe text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df61fe;
Background color
Panel with #df61fe background
background-color: #df61fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df61fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 97, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 97, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df61fe; background: linear-gradient(135deg, #df61fe, #FE61B4);