#d00fd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
208, 15, 210
HSL
299°, 87%, 44%
CMYK
1, 93, 0, 18
Luminance
0.1840
Every format
| HEX | #d00fd2 |
| RGB | rgb(208, 15, 210) |
| HSL | hsl(299, 87%, 44%) |
| CMYK | cmyk(1%, 93%, 0%, 18%) |
| LAB | lab(50.0 83.3 -52.5) |
| LCH | lch(50.0 98.5 327.8) |
| OKLCH | oklch(0.606 0.274 327.8) |
Copy-ready code
/* CSS */
color: #d00fd2;
background-color: #d00fd2;
/* Tailwind (arbitrary) */
class="text-[#d00fd2] bg-[#d00fd2]"
/* SCSS */
$brand: #d00fd2;
/* SwiftUI */
Color(red: 0.816, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#d00fd2")Accessibility — WCAG contrast
Aa
#d00fd2 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d00fd2 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green5.9%
Blue82.4%
CMYK percentages
Cyan1.0%
Magenta92.9%
Yellow0.0%
Key (black)17.6%
Color previews
#d00fd2 text on a black background
contrast 4.68:1
Card sample
#d00fd2 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d00fd2;
Background color
Panel with #d00fd2 background
background-color: #d00fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d00fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d00fd2; background: linear-gradient(135deg, #d00fd2, #D20F52);