#d247fb
a balanced, electric violet · warm · closest name: magenta
RGB
210, 71, 251
HSL
286°, 96%, 63%
CMYK
16, 72, 0, 2
Luminance
0.2517
Every format
| HEX | #d247fb |
| RGB | rgb(210, 71, 251) |
| HSL | hsl(286, 96%, 63%) |
| CMYK | cmyk(16%, 72%, 0%, 2%) |
| LAB | lab(57.3 77.5 -63.9) |
| LCH | lch(57.3 100.5 320.5) |
| OKLCH | oklch(0.666 0.265 317.3) |
Copy-ready code
/* CSS */
color: #d247fb;
background-color: #d247fb;
/* Tailwind (arbitrary) */
class="text-[#d247fb] bg-[#d247fb]"
/* SCSS */
$brand: #d247fb;
/* SwiftUI */
Color(red: 0.824, green: 0.278, blue: 0.984)
/* Android */
Color.parseColor("#d247fb")Accessibility — WCAG contrast
Aa
#d247fb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d247fb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green27.8%
Blue98.4%
CMYK percentages
Cyan16.3%
Magenta71.7%
Yellow0.0%
Key (black)1.6%
Color previews
#d247fb text on a black background
contrast 6.03:1
Card sample
#d247fb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d247fb;
Background color
Panel with #d247fb background
background-color: #d247fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d247fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 71, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 71, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d247fb; background: linear-gradient(135deg, #d247fb, #FB47AC);