#d668fd
a light, electric violet · warm · closest name: violet
RGB
214, 104, 253
HSL
284°, 97%, 70%
CMYK
15, 59, 0, 1
Luminance
0.3129
Every format
| HEX | #d668fd |
| RGB | rgb(214, 104, 253) |
| HSL | hsl(284, 97%, 70%) |
| CMYK | cmyk(15%, 59%, 0%, 1%) |
| LAB | lab(62.8 65.3 -56.2) |
| LCH | lch(62.8 86.1 319.3) |
| OKLCH | oklch(0.707 0.228 316.3) |
Copy-ready code
/* CSS */
color: #d668fd;
background-color: #d668fd;
/* Tailwind (arbitrary) */
class="text-[#d668fd] bg-[#d668fd]"
/* SCSS */
$brand: #d668fd;
/* SwiftUI */
Color(red: 0.839, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#d668fd")Accessibility — WCAG contrast
Aa
#d668fd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d668fd on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green40.8%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d668fd text on a black background
contrast 7.26:1
Card sample
#d668fd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d668fd;
Background color
Panel with #d668fd background
background-color: #d668fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d668fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d668fd; background: linear-gradient(135deg, #d668fd, #FD68C1);