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