#df6cff
a light, electric violet · warm · closest name: violet
RGB
223, 108, 255
HSL
287°, 100%, 71%
CMYK
13, 58, 0, 0
Luminance
0.3363
Every format
| HEX | #df6cff |
| RGB | rgb(223, 108, 255) |
| HSL | hsl(287, 100%, 71%) |
| CMYK | cmyk(13%, 58%, 0%, 0%) |
| LAB | lab(64.7 66.0 -54.2) |
| LCH | lch(64.7 85.4 320.6) |
| OKLCH | oklch(0.724 0.228 318.4) |
Copy-ready code
/* CSS */
color: #df6cff;
background-color: #df6cff;
/* Tailwind (arbitrary) */
class="text-[#df6cff] bg-[#df6cff]"
/* SCSS */
$brand: #df6cff;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#df6cff")Accessibility — WCAG contrast
Aa
#df6cff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6cff on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#df6cff text on a black background
contrast 7.73:1
Card sample
#df6cff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6cff;
Background color
Panel with #df6cff background
background-color: #df6cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6cff; background: linear-gradient(135deg, #df6cff, #FF6CBD);