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