#dc74fd
a light, electric violet · warm · closest name: violet
RGB
220, 116, 253
HSL
286°, 97%, 72%
CMYK
13, 54, 0, 1
Luminance
0.3480
Every format
| HEX | #dc74fd |
| RGB | rgb(220, 116, 253) |
| HSL | hsl(286, 97%, 72%) |
| CMYK | cmyk(13%, 54%, 0%, 1%) |
| LAB | lab(65.6 61.1 -51.6) |
| LCH | lch(65.6 80.0 319.8) |
| OKLCH | oklch(0.729 0.213 317.4) |
Copy-ready code
/* CSS */
color: #dc74fd;
background-color: #dc74fd;
/* Tailwind (arbitrary) */
class="text-[#dc74fd] bg-[#dc74fd]"
/* SCSS */
$brand: #dc74fd;
/* SwiftUI */
Color(red: 0.863, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#dc74fd")Accessibility — WCAG contrast
Aa
#dc74fd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc74fd on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green45.5%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dc74fd text on a black background
contrast 7.96:1
Card sample
#dc74fd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc74fd;
Background color
Panel with #dc74fd background
background-color: #dc74fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc74fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc74fd; background: linear-gradient(135deg, #dc74fd, #FD74C3);