#d30163
a dark, electric magenta / pink · warm · closest name: crimson
RGB
211, 1, 99
HSL
332°, 99%, 42%
CMYK
0, 100, 53, 17
Luminance
0.1477
Every format
| HEX | #d30163 |
| RGB | rgb(211, 1, 99) |
| HSL | hsl(332, 99%, 42%) |
| CMYK | cmyk(0%, 100%, 53%, 17%) |
| LAB | lab(45.3 72.8 7.0) |
| LCH | lch(45.3 73.1 5.5) |
| OKLCH | oklch(0.558 0.224 4.7) |
Copy-ready code
/* CSS */
color: #d30163;
background-color: #d30163;
/* Tailwind (arbitrary) */
class="text-[#d30163] bg-[#d30163]"
/* SCSS */
$brand: #d30163;
/* SwiftUI */
Color(red: 0.827, green: 0.004, blue: 0.388)
/* Android */
Color.parseColor("#d30163")Accessibility — WCAG contrast
Aa
#d30163 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d30163 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green0.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow53.1%
Key (black)17.3%
Color previews
#d30163 text on a black background
contrast 3.95:1
Card sample
#d30163 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d30163;
Background color
Panel with #d30163 background
background-color: #d30163;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d30163;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 1, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 1, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d30163; background: linear-gradient(135deg, #d30163, #D32B01);