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