#d147fd
a balanced, electric violet · warm · closest name: magenta
RGB
209, 71, 253
HSL
286°, 98%, 64%
CMYK
17, 72, 0, 1
Luminance
0.2515
Every format
| HEX | #d147fd |
| RGB | rgb(209, 71, 253) |
| HSL | hsl(286, 98%, 64%) |
| CMYK | cmyk(17%, 72%, 0%, 1%) |
| LAB | lab(57.2 77.7 -65.1) |
| LCH | lch(57.2 101.4 320.1) |
| OKLCH | oklch(0.666 0.266 316.6) |
Copy-ready code
/* CSS */
color: #d147fd;
background-color: #d147fd;
/* Tailwind (arbitrary) */
class="text-[#d147fd] bg-[#d147fd]"
/* SCSS */
$brand: #d147fd;
/* SwiftUI */
Color(red: 0.820, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#d147fd")Accessibility — WCAG contrast
Aa
#d147fd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d147fd on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green27.8%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d147fd text on a black background
contrast 6.03:1
Card sample
#d147fd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d147fd;
Background color
Panel with #d147fd background
background-color: #d147fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d147fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d147fd; background: linear-gradient(135deg, #d147fd, #FD47B0);