#da4cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 76, 239
HSL
292°, 84%, 62%
CMYK
9, 68, 0, 6
Luminance
0.2631
Every format
| HEX | #da4cef |
| RGB | rgb(218, 76, 239) |
| HSL | hsl(292, 84%, 62%) |
| CMYK | cmyk(9%, 68%, 0%, 6%) |
| LAB | lab(58.3 75.2 -55.5) |
| LCH | lch(58.3 93.5 323.6) |
| OKLCH | oklch(0.673 0.253 322.3) |
Copy-ready code
/* CSS */
color: #da4cef;
background-color: #da4cef;
/* Tailwind (arbitrary) */
class="text-[#da4cef] bg-[#da4cef]"
/* SCSS */
$brand: #da4cef;
/* SwiftUI */
Color(red: 0.855, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#da4cef")Accessibility — WCAG contrast
Aa
#da4cef on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4cef on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green29.8%
Blue93.7%
CMYK percentages
Cyan8.8%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#da4cef text on a black background
contrast 6.26:1
Card sample
#da4cef text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4cef;
Background color
Panel with #da4cef background
background-color: #da4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4cef; background: linear-gradient(135deg, #da4cef, #EF4C97);