#d30ecf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
211, 14, 207
HSL
301°, 88%, 44%
CMYK
0, 93, 2, 17
Luminance
0.1867
Every format
| HEX | #d30ecf |
| RGB | rgb(211, 14, 207) |
| HSL | hsl(301, 88%, 44%) |
| CMYK | cmyk(0%, 93%, 2%, 17%) |
| LAB | lab(50.3 83.5 -50.2) |
| LCH | lch(50.3 97.4 329.0) |
| OKLCH | oklch(0.609 0.273 329.4) |
Copy-ready code
/* CSS */
color: #d30ecf;
background-color: #d30ecf;
/* Tailwind (arbitrary) */
class="text-[#d30ecf] bg-[#d30ecf]"
/* SCSS */
$brand: #d30ecf;
/* SwiftUI */
Color(red: 0.827, green: 0.055, blue: 0.812)
/* Android */
Color.parseColor("#d30ecf")Accessibility — WCAG contrast
Aa
#d30ecf on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d30ecf on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green5.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.4%
Yellow1.9%
Key (black)17.3%
Color previews
#d30ecf text on a black background
contrast 4.73:1
Card sample
#d30ecf text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d30ecf;
Background color
Panel with #d30ecf background
background-color: #d30ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d30ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 14, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 14, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d30ecf; background: linear-gradient(135deg, #d30ecf, #D30E4C);