#da2dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
218, 45, 172
HSL
316°, 70%, 52%
CMYK
0, 79, 21, 15
Luminance
0.1976
Every format
| HEX | #da2dac |
| RGB | rgb(218, 45, 172) |
| HSL | hsl(316, 70%, 52%) |
| CMYK | cmyk(0%, 79%, 21%, 15%) |
| LAB | lab(51.6 74.8 -27.8) |
| LCH | lch(51.6 79.8 339.6) |
| OKLCH | oklch(0.614 0.237 341.6) |
Copy-ready code
/* CSS */
color: #da2dac;
background-color: #da2dac;
/* Tailwind (arbitrary) */
class="text-[#da2dac] bg-[#da2dac]"
/* SCSS */
$brand: #da2dac;
/* SwiftUI */
Color(red: 0.855, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#da2dac")Accessibility — WCAG contrast
Aa
#da2dac on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da2dac on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow21.1%
Key (black)14.5%
Color previews
#da2dac text on a black background
contrast 4.95:1
Card sample
#da2dac text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2dac;
Background color
Panel with #da2dac background
background-color: #da2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2dac; background: linear-gradient(135deg, #da2dac, #DA2D39);