#d239fd
a balanced, electric violet · warm · closest name: magenta
RGB
210, 57, 253
HSL
287°, 98%, 61%
CMYK
17, 78, 0, 1
Luminance
0.2372
Every format
| HEX | #d239fd |
| RGB | rgb(210, 57, 253) |
| HSL | hsl(287, 98%, 61%) |
| CMYK | cmyk(17%, 78%, 0%, 1%) |
| LAB | lab(55.8 82.4 -67.4) |
| LCH | lch(55.8 106.4 320.7) |
| OKLCH | oklch(0.656 0.280 317.4) |
Copy-ready code
/* CSS */
color: #d239fd;
background-color: #d239fd;
/* Tailwind (arbitrary) */
class="text-[#d239fd] bg-[#d239fd]"
/* SCSS */
$brand: #d239fd;
/* SwiftUI */
Color(red: 0.824, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#d239fd")Accessibility — WCAG contrast
Aa
#d239fd on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d239fd on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green22.4%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d239fd text on a black background
contrast 5.74:1
Card sample
#d239fd text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d239fd;
Background color
Panel with #d239fd background
background-color: #d239fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d239fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d239fd; background: linear-gradient(135deg, #d239fd, #FD39A5);