#dc68fd
a light, electric violet · warm · closest name: violet
RGB
220, 104, 253
HSL
287°, 97%, 70%
CMYK
13, 59, 0, 1
Luminance
0.3221
Every format
| HEX | #dc68fd |
| RGB | rgb(220, 104, 253) |
| HSL | hsl(287, 97%, 70%) |
| CMYK | cmyk(13%, 59%, 0%, 1%) |
| LAB | lab(63.5 66.7 -54.9) |
| LCH | lch(63.5 86.4 320.5) |
| OKLCH | oklch(0.714 0.230 318.2) |
Copy-ready code
/* CSS */
color: #dc68fd;
background-color: #dc68fd;
/* Tailwind (arbitrary) */
class="text-[#dc68fd] bg-[#dc68fd]"
/* SCSS */
$brand: #dc68fd;
/* SwiftUI */
Color(red: 0.863, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#dc68fd")Accessibility — WCAG contrast
Aa
#dc68fd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc68fd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green40.8%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dc68fd text on a black background
contrast 7.44:1
Card sample
#dc68fd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc68fd;
Background color
Panel with #dc68fd background
background-color: #dc68fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc68fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc68fd; background: linear-gradient(135deg, #dc68fd, #FD68BB);