#d709eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 9, 235
HSL
295°, 93%, 48%
CMYK
9, 96, 0, 8
Luminance
0.2064
Every format
| HEX | #d709eb |
| RGB | rgb(215, 9, 235) |
| HSL | hsl(295, 93%, 48%) |
| CMYK | cmyk(9%, 96%, 0%, 8%) |
| LAB | lab(52.6 88.7 -62.5) |
| LCH | lch(52.6 108.5 324.8) |
| OKLCH | oklch(0.631 0.294 323.5) |
Copy-ready code
/* CSS */
color: #d709eb;
background-color: #d709eb;
/* Tailwind (arbitrary) */
class="text-[#d709eb] bg-[#d709eb]"
/* SCSS */
$brand: #d709eb;
/* SwiftUI */
Color(red: 0.843, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#d709eb")Accessibility — WCAG contrast
Aa
#d709eb on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d709eb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green3.5%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d709eb text on a black background
contrast 5.13:1
Card sample
#d709eb text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d709eb;
Background color
Panel with #d709eb background
background-color: #d709eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d709eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d709eb; background: linear-gradient(135deg, #d709eb, #EB0968);