#d673fd
a light, electric violet · warm · closest name: violet
RGB
214, 115, 253
HSL
283°, 97%, 72%
CMYK
15, 55, 0, 1
Luminance
0.3365
Every format
| HEX | #d673fd |
| RGB | rgb(214, 115, 253) |
| HSL | hsl(283, 97%, 72%) |
| CMYK | cmyk(15%, 55%, 0%, 1%) |
| LAB | lab(64.7 60.1 -53.1) |
| LCH | lch(64.7 80.2 318.5) |
| OKLCH | oklch(0.721 0.212 315.5) |
Copy-ready code
/* CSS */
color: #d673fd;
background-color: #d673fd;
/* Tailwind (arbitrary) */
class="text-[#d673fd] bg-[#d673fd]"
/* SCSS */
$brand: #d673fd;
/* SwiftUI */
Color(red: 0.839, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#d673fd")Accessibility — WCAG contrast
Aa
#d673fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d673fd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green45.1%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d673fd text on a black background
contrast 7.73:1
Card sample
#d673fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d673fd;
Background color
Panel with #d673fd background
background-color: #d673fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d673fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d673fd; background: linear-gradient(135deg, #d673fd, #FD73C8);