#d247eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
210, 71, 235
HSL
291°, 80%, 60%
CMYK
11, 70, 0, 8
Luminance
0.2421
Every format
| HEX | #d247eb |
| RGB | rgb(210, 71, 235) |
| HSL | hsl(291, 80%, 60%) |
| CMYK | cmyk(11%, 70%, 0%, 8%) |
| LAB | lab(56.3 74.7 -56.5) |
| LCH | lch(56.3 93.7 322.9) |
| OKLCH | oklch(0.656 0.252 321.1) |
Copy-ready code
/* CSS */
color: #d247eb;
background-color: #d247eb;
/* Tailwind (arbitrary) */
class="text-[#d247eb] bg-[#d247eb]"
/* SCSS */
$brand: #d247eb;
/* SwiftUI */
Color(red: 0.824, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#d247eb")Accessibility — WCAG contrast
Aa
#d247eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d247eb on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green27.8%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d247eb text on a black background
contrast 5.84:1
Card sample
#d247eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d247eb;
Background color
Panel with #d247eb background
background-color: #d247eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d247eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d247eb; background: linear-gradient(135deg, #d247eb, #EB4797);