#da2f6e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
218, 47, 110
HSL
338°, 70%, 52%
CMYK
0, 78, 50, 15
Luminance
0.1806
Every format
| HEX | #da2f6e |
| RGB | rgb(218, 47, 110) |
| HSL | hsl(338, 70%, 52%) |
| CMYK | cmyk(0%, 78%, 50%, 15%) |
| LAB | lab(49.6 67.8 6.4) |
| LCH | lch(49.6 68.2 5.4) |
| OKLCH | oklch(0.593 0.208 4.7) |
Copy-ready code
/* CSS */
color: #da2f6e;
background-color: #da2f6e;
/* Tailwind (arbitrary) */
class="text-[#da2f6e] bg-[#da2f6e]"
/* SCSS */
$brand: #da2f6e;
/* SwiftUI */
Color(red: 0.855, green: 0.184, blue: 0.431)
/* Android */
Color.parseColor("#da2f6e")Accessibility — WCAG contrast
Aa
#da2f6e on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da2f6e on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green18.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow49.5%
Key (black)14.5%
Color previews
#da2f6e text on a black background
contrast 4.61:1
Card sample
#da2f6e text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2f6e;
Background color
Panel with #da2f6e background
background-color: #da2f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 47, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 47, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2f6e; background: linear-gradient(135deg, #da2f6e, #DA622F);