#df7dff
a light, electric violet · warm · closest name: violet
RGB
223, 125, 255
HSL
285°, 100%, 75%
CMYK
13, 51, 0, 0
Luminance
0.3758
Every format
| HEX | #df7dff |
| RGB | rgb(223, 125, 255) |
| HSL | hsl(285, 100%, 75%) |
| CMYK | cmyk(13%, 51%, 0%, 0%) |
| LAB | lab(67.7 57.9 -49.4) |
| LCH | lch(67.7 76.1 319.5) |
| OKLCH | oklch(0.746 0.202 317.3) |
Copy-ready code
/* CSS */
color: #df7dff;
background-color: #df7dff;
/* Tailwind (arbitrary) */
class="text-[#df7dff] bg-[#df7dff]"
/* SCSS */
$brand: #df7dff;
/* SwiftUI */
Color(red: 0.875, green: 0.490, blue: 1.000)
/* Android */
Color.parseColor("#df7dff")Accessibility — WCAG contrast
Aa
#df7dff on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7dff on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.0%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta51.0%
Yellow0.0%
Key (black)0.0%
Color previews
#df7dff text on a black background
contrast 8.52:1
Card sample
#df7dff text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7dff;
Background color
Panel with #df7dff background
background-color: #df7dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 125, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 125, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7dff; background: linear-gradient(135deg, #df7dff, #FF7DC8);