#df71fe
a light, electric violet · warm · closest name: violet
RGB
223, 113, 254
HSL
287°, 99%, 72%
CMYK
12, 56, 0, 0
Luminance
0.3465
Every format
| HEX | #df71fe |
| RGB | rgb(223, 113, 254) |
| HSL | hsl(287, 99%, 72%) |
| CMYK | cmyk(12%, 56%, 0%, 0%) |
| LAB | lab(65.5 63.5 -52.3) |
| LCH | lch(65.5 82.3 320.5) |
| OKLCH | oklch(0.729 0.219 318.3) |
Copy-ready code
/* CSS */
color: #df71fe;
background-color: #df71fe;
/* Tailwind (arbitrary) */
class="text-[#df71fe] bg-[#df71fe]"
/* SCSS */
$brand: #df71fe;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.996)
/* Android */
Color.parseColor("#df71fe")Accessibility — WCAG contrast
Aa
#df71fe on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df71fe on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta55.5%
Yellow0.0%
Key (black)0.4%
Color previews
#df71fe text on a black background
contrast 7.93:1
Card sample
#df71fe text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df71fe;
Background color
Panel with #df71fe background
background-color: #df71fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df71fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df71fe; background: linear-gradient(135deg, #df71fe, #FE71BF);