#d30ace
a dark, electric magenta / pink · warm · closest name: magenta
RGB
211, 10, 206
HSL
302°, 91%, 43%
CMYK
0, 95, 2, 17
Luminance
0.1852
Every format
| HEX | #d30ace |
| RGB | rgb(211, 10, 206) |
| HSL | hsl(302, 91%, 43%) |
| CMYK | cmyk(0%, 95%, 2%, 17%) |
| LAB | lab(50.1 83.7 -49.9) |
| LCH | lch(50.1 97.4 329.2) |
| OKLCH | oklch(0.607 0.274 329.6) |
Copy-ready code
/* CSS */
color: #d30ace;
background-color: #d30ace;
/* Tailwind (arbitrary) */
class="text-[#d30ace] bg-[#d30ace]"
/* SCSS */
$brand: #d30ace;
/* SwiftUI */
Color(red: 0.827, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#d30ace")Accessibility — WCAG contrast
Aa
#d30ace on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d30ace on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green3.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow2.4%
Key (black)17.3%
Color previews
#d30ace text on a black background
contrast 4.70:1
Card sample
#d30ace text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d30ace;
Background color
Panel with #d30ace background
background-color: #d30ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d30ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d30ace; background: linear-gradient(135deg, #d30ace, #D30A48);