#da4cf6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 76, 246
HSL
290°, 90%, 63%
CMYK
11, 69, 0, 4
Luminance
0.2673
Every format
| HEX | #da4cf6 |
| RGB | rgb(218, 76, 246) |
| HSL | hsl(290, 90%, 63%) |
| CMYK | cmyk(11%, 69%, 0%, 4%) |
| LAB | lab(58.7 76.5 -58.7) |
| LCH | lch(58.7 96.4 322.5) |
| OKLCH | oklch(0.678 0.259 320.5) |
Copy-ready code
/* CSS */
color: #da4cf6;
background-color: #da4cf6;
/* Tailwind (arbitrary) */
class="text-[#da4cf6] bg-[#da4cf6]"
/* SCSS */
$brand: #da4cf6;
/* SwiftUI */
Color(red: 0.855, green: 0.298, blue: 0.965)
/* Android */
Color.parseColor("#da4cf6")Accessibility — WCAG contrast
Aa
#da4cf6 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4cf6 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green29.8%
Blue96.5%
CMYK percentages
Cyan11.4%
Magenta69.1%
Yellow0.0%
Key (black)3.5%
Color previews
#da4cf6 text on a black background
contrast 6.35:1
Card sample
#da4cf6 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4cf6;
Background color
Panel with #da4cf6 background
background-color: #da4cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 76, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 76, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4cf6; background: linear-gradient(135deg, #da4cf6, #F64CA1);