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