#d61259
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
214, 18, 89
HSL
338°, 85%, 46%
CMYK
0, 92, 58, 16
Luminance
0.1545
Every format
| HEX | #d61259 |
| RGB | rgb(214, 18, 89) |
| HSL | hsl(338, 85%, 46%) |
| CMYK | cmyk(0%, 92%, 58%, 16%) |
| LAB | lab(46.3 71.2 14.6) |
| LCH | lch(46.3 72.7 11.6) |
| OKLCH | oklch(0.565 0.219 9.5) |
Copy-ready code
/* CSS */
color: #d61259;
background-color: #d61259;
/* Tailwind (arbitrary) */
class="text-[#d61259] bg-[#d61259]"
/* SCSS */
$brand: #d61259;
/* SwiftUI */
Color(red: 0.839, green: 0.071, blue: 0.349)
/* Android */
Color.parseColor("#d61259")Accessibility — WCAG contrast
Aa
#d61259 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d61259 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green7.1%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow58.4%
Key (black)16.1%
Color previews
#d61259 text on a black background
contrast 4.09:1
Card sample
#d61259 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d61259;
Background color
Panel with #d61259 background
background-color: #d61259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d61259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 18, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 18, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d61259; background: linear-gradient(135deg, #d61259, #D64E12);