#d142fd
a balanced, electric violet · warm · closest name: magenta
RGB
209, 66, 253
HSL
286°, 98%, 63%
CMYK
17, 74, 0, 1
Luminance
0.2454
Every format
| HEX | #d142fd |
| RGB | rgb(209, 66, 253) |
| HSL | hsl(286, 98%, 63%) |
| CMYK | cmyk(17%, 74%, 0%, 1%) |
| LAB | lab(56.6 79.4 -66.0) |
| LCH | lch(56.6 103.3 320.3) |
| OKLCH | oklch(0.661 0.272 316.8) |
Copy-ready code
/* CSS */
color: #d142fd;
background-color: #d142fd;
/* Tailwind (arbitrary) */
class="text-[#d142fd] bg-[#d142fd]"
/* SCSS */
$brand: #d142fd;
/* SwiftUI */
Color(red: 0.820, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#d142fd")Accessibility — WCAG contrast
Aa
#d142fd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d142fd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green25.9%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d142fd text on a black background
contrast 5.91:1
Card sample
#d142fd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d142fd;
Background color
Panel with #d142fd background
background-color: #d142fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d142fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d142fd; background: linear-gradient(135deg, #d142fd, #FD42AC);