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