#d293fd
a light, electric violet · warm · closest name: violet
RGB
210, 147, 253
HSL
276°, 96%, 78%
CMYK
17, 42, 0, 1
Luminance
0.4166
Every format
| HEX | #d293fd |
| RGB | rgb(210, 147, 253) |
| HSL | hsl(276, 96%, 78%) |
| CMYK | cmyk(17%, 42%, 0%, 1%) |
| LAB | lab(70.6 42.6 -43.8) |
| LCH | lch(70.6 61.0 314.2) |
| OKLCH | oklch(0.764 0.160 310.4) |
Copy-ready code
/* CSS */
color: #d293fd;
background-color: #d293fd;
/* Tailwind (arbitrary) */
class="text-[#d293fd] bg-[#d293fd]"
/* SCSS */
$brand: #d293fd;
/* SwiftUI */
Color(red: 0.824, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#d293fd")Accessibility — WCAG contrast
Aa
#d293fd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d293fd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green57.6%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d293fd text on a black background
contrast 9.33:1
Card sample
#d293fd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d293fd;
Background color
Panel with #d293fd background
background-color: #d293fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d293fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d293fd; background: linear-gradient(135deg, #d293fd, #FD93E1);