#d45afd
a light, electric violet · warm · closest name: magenta
RGB
212, 90, 253
HSL
285°, 98%, 67%
CMYK
16, 64, 0, 1
Luminance
0.2840
Every format
| HEX | #d45afd |
| RGB | rgb(212, 90, 253) |
| HSL | hsl(285, 98%, 67%) |
| CMYK | cmyk(16%, 64%, 0%, 1%) |
| LAB | lab(60.3 71.0 -60.2) |
| LCH | lch(60.3 93.1 319.7) |
| OKLCH | oklch(0.688 0.245 316.5) |
Copy-ready code
/* CSS */
color: #d45afd;
background-color: #d45afd;
/* Tailwind (arbitrary) */
class="text-[#d45afd] bg-[#d45afd]"
/* SCSS */
$brand: #d45afd;
/* SwiftUI */
Color(red: 0.831, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#d45afd")Accessibility — WCAG contrast
Aa
#d45afd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45afd on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green35.3%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d45afd text on a black background
contrast 6.68:1
Card sample
#d45afd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45afd;
Background color
Panel with #d45afd background
background-color: #d45afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45afd; background: linear-gradient(135deg, #d45afd, #FD5AB9);