#d00fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 15, 223
HSL
296°, 87%, 47%
CMYK
7, 93, 0, 13
Luminance
0.1908
Every format
| HEX | #d00fdf |
| RGB | rgb(208, 15, 223) |
| HSL | hsl(296, 87%, 47%) |
| CMYK | cmyk(7%, 93%, 0%, 13%) |
| LAB | lab(50.8 85.3 -58.6) |
| LCH | lch(50.8 103.5 325.5) |
| OKLCH | oklch(0.614 0.283 324.5) |
Copy-ready code
/* CSS */
color: #d00fdf;
background-color: #d00fdf;
/* Tailwind (arbitrary) */
class="text-[#d00fdf] bg-[#d00fdf]"
/* SCSS */
$brand: #d00fdf;
/* SwiftUI */
Color(red: 0.816, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#d00fdf")Accessibility — WCAG contrast
Aa
#d00fdf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d00fdf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d00fdf text on a black background
contrast 4.82:1
Card sample
#d00fdf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d00fdf;
Background color
Panel with #d00fdf background
background-color: #d00fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d00fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d00fdf; background: linear-gradient(135deg, #d00fdf, #DF0F63);