#df77fe
a light, electric violet · warm · closest name: violet
RGB
223, 119, 254
HSL
286°, 99%, 73%
CMYK
12, 53, 0, 0
Luminance
0.3604
Every format
| HEX | #df77fe |
| RGB | rgb(223, 119, 254) |
| HSL | hsl(286, 99%, 73%) |
| CMYK | cmyk(12%, 53%, 0%, 0%) |
| LAB | lab(66.5 60.6 -50.6) |
| LCH | lch(66.5 79.0 320.1) |
| OKLCH | oklch(0.737 0.210 318.0) |
Copy-ready code
/* CSS */
color: #df77fe;
background-color: #df77fe;
/* Tailwind (arbitrary) */
class="text-[#df77fe] bg-[#df77fe]"
/* SCSS */
$brand: #df77fe;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.996)
/* Android */
Color.parseColor("#df77fe")Accessibility — WCAG contrast
Aa
#df77fe on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df77fe on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta53.1%
Yellow0.0%
Key (black)0.4%
Color previews
#df77fe text on a black background
contrast 8.21:1
Card sample
#df77fe text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df77fe;
Background color
Panel with #df77fe background
background-color: #df77fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df77fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df77fe; background: linear-gradient(135deg, #df77fe, #FE77C3);