#d652fe
a light, electric violet · warm · closest name: magenta
RGB
214, 82, 254
HSL
286°, 99%, 66%
CMYK
16, 68, 0, 0
Luminance
0.2749
Every format
| HEX | #d652fe |
| RGB | rgb(214, 82, 254) |
| HSL | hsl(286, 99%, 66%) |
| CMYK | cmyk(16%, 68%, 0%, 0%) |
| LAB | lab(59.4 74.8 -62.1) |
| LCH | lch(59.4 97.2 320.3) |
| OKLCH | oklch(0.683 0.257 317.3) |
Copy-ready code
/* CSS */
color: #d652fe;
background-color: #d652fe;
/* Tailwind (arbitrary) */
class="text-[#d652fe] bg-[#d652fe]"
/* SCSS */
$brand: #d652fe;
/* SwiftUI */
Color(red: 0.839, green: 0.322, blue: 0.996)
/* Android */
Color.parseColor("#d652fe")Accessibility — WCAG contrast
Aa
#d652fe on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d652fe on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green32.2%
Blue99.6%
CMYK percentages
Cyan15.7%
Magenta67.7%
Yellow0.0%
Key (black)0.4%
Color previews
#d652fe text on a black background
contrast 6.50:1
Card sample
#d652fe text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d652fe;
Background color
Panel with #d652fe background
background-color: #d652fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d652fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 82, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 82, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d652fe; background: linear-gradient(135deg, #d652fe, #FE52B4);