#d044fb
a balanced, electric violet · warm · closest name: magenta
RGB
208, 68, 251
HSL
286°, 96%, 63%
CMYK
17, 73, 0, 2
Luminance
0.2451
Every format
| HEX | #d044fb |
| RGB | rgb(208, 68, 251) |
| HSL | hsl(286, 96%, 63%) |
| CMYK | cmyk(17%, 73%, 0%, 2%) |
| LAB | lab(56.6 78.2 -65.0) |
| LCH | lch(56.6 101.7 320.3) |
| OKLCH | oklch(0.660 0.268 316.9) |
Copy-ready code
/* CSS */
color: #d044fb;
background-color: #d044fb;
/* Tailwind (arbitrary) */
class="text-[#d044fb] bg-[#d044fb]"
/* SCSS */
$brand: #d044fb;
/* SwiftUI */
Color(red: 0.816, green: 0.267, blue: 0.984)
/* Android */
Color.parseColor("#d044fb")Accessibility — WCAG contrast
Aa
#d044fb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d044fb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green26.7%
Blue98.4%
CMYK percentages
Cyan17.1%
Magenta72.9%
Yellow0.0%
Key (black)1.6%
Color previews
#d044fb text on a black background
contrast 5.90:1
Card sample
#d044fb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d044fb;
Background color
Panel with #d044fb background
background-color: #d044fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d044fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 68, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 68, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d044fb; background: linear-gradient(135deg, #d044fb, #FB44AC);