#da08fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 8, 253
HSL
291°, 98%, 51%
CMYK
14, 97, 0, 1
Luminance
0.2217
Every format
| HEX | #da08fd |
| RGB | rgb(218, 8, 253) |
| HSL | hsl(291, 98%, 51%) |
| CMYK | cmyk(14%, 97%, 0%, 1%) |
| LAB | lab(54.2 92.0 -69.9) |
| LCH | lch(54.2 115.5 322.8) |
| OKLCH | oklch(0.647 0.308 320.3) |
Copy-ready code
/* CSS */
color: #da08fd;
background-color: #da08fd;
/* Tailwind (arbitrary) */
class="text-[#da08fd] bg-[#da08fd]"
/* SCSS */
$brand: #da08fd;
/* SwiftUI */
Color(red: 0.855, green: 0.031, blue: 0.992)
/* Android */
Color.parseColor("#da08fd")Accessibility — WCAG contrast
Aa
#da08fd on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da08fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green3.1%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta96.8%
Yellow0.0%
Key (black)0.8%
Color previews
#da08fd text on a black background
contrast 5.43:1
Card sample
#da08fd text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da08fd;
Background color
Panel with #da08fd background
background-color: #da08fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da08fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 8, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 8, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da08fd; background: linear-gradient(135deg, #da08fd, #FD087D);