#d01774
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
208, 23, 116
HSL
330°, 80%, 45%
CMYK
0, 89, 44, 18
Luminance
0.1528
Every format
| HEX | #d01774 |
| RGB | rgb(208, 23, 116) |
| HSL | hsl(330, 80%, 45%) |
| CMYK | cmyk(0%, 89%, 44%, 18%) |
| LAB | lab(46.0 71.1 -2.7) |
| LCH | lch(46.0 71.1 357.9) |
| OKLCH | oklch(0.564 0.219 358.4) |
Copy-ready code
/* CSS */
color: #d01774;
background-color: #d01774;
/* Tailwind (arbitrary) */
class="text-[#d01774] bg-[#d01774]"
/* SCSS */
$brand: #d01774;
/* SwiftUI */
Color(red: 0.816, green: 0.090, blue: 0.455)
/* Android */
Color.parseColor("#d01774")Accessibility — WCAG contrast
Aa
#d01774 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d01774 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green9.0%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow44.2%
Key (black)18.4%
Color previews
#d01774 text on a black background
contrast 4.06:1
Card sample
#d01774 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d01774;
Background color
Panel with #d01774 background
background-color: #d01774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d01774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 23, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 23, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d01774; background: linear-gradient(135deg, #d01774, #D03517);