#d247fd
a balanced, electric violet · warm · closest name: magenta
RGB
210, 71, 253
HSL
286°, 98%, 64%
CMYK
17, 72, 0, 1
Luminance
0.2530
Every format
| HEX | #d247fd |
| RGB | rgb(210, 71, 253) |
| HSL | hsl(286, 98%, 64%) |
| CMYK | cmyk(17%, 72%, 0%, 1%) |
| LAB | lab(57.4 77.9 -64.8) |
| LCH | lch(57.4 101.3 320.2) |
| OKLCH | oklch(0.667 0.267 316.9) |
Copy-ready code
/* CSS */
color: #d247fd;
background-color: #d247fd;
/* Tailwind (arbitrary) */
class="text-[#d247fd] bg-[#d247fd]"
/* SCSS */
$brand: #d247fd;
/* SwiftUI */
Color(red: 0.824, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#d247fd")Accessibility — WCAG contrast
Aa
#d247fd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d247fd on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green27.8%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d247fd text on a black background
contrast 6.06:1
Card sample
#d247fd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d247fd;
Background color
Panel with #d247fd background
background-color: #d247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d247fd; background: linear-gradient(135deg, #d247fd, #FD47AF);