#d009fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 9, 253
HSL
289°, 98%, 51%
CMYK
18, 96, 0, 1
Luminance
0.2070
Every format
| HEX | #d009fd |
| RGB | rgb(208, 9, 253) |
| HSL | hsl(289, 98%, 51%) |
| CMYK | cmyk(18%, 96%, 0%, 1%) |
| LAB | lab(52.6 90.5 -72.5) |
| LCH | lch(52.6 116.0 321.3) |
| OKLCH | oklch(0.633 0.305 317.8) |
Copy-ready code
/* CSS */
color: #d009fd;
background-color: #d009fd;
/* Tailwind (arbitrary) */
class="text-[#d009fd] bg-[#d009fd]"
/* SCSS */
$brand: #d009fd;
/* SwiftUI */
Color(red: 0.816, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#d009fd")Accessibility — WCAG contrast
Aa
#d009fd on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d009fd on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green3.5%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d009fd text on a black background
contrast 5.14:1
Card sample
#d009fd text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d009fd;
Background color
Panel with #d009fd background
background-color: #d009fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d009fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d009fd; background: linear-gradient(135deg, #d009fd, #FD0988);