#d045fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 69, 253
HSL
285°, 98%, 63%
CMYK
18, 73, 0, 1
Luminance
0.2476
Every format
| HEX | #d045fd |
| RGB | rgb(208, 69, 253) |
| HSL | hsl(285, 98%, 63%) |
| CMYK | cmyk(18%, 73%, 0%, 1%) |
| LAB | lab(56.8 78.2 -65.7) |
| LCH | lch(56.8 102.2 320.0) |
| OKLCH | oklch(0.663 0.268 316.4) |
Copy-ready code
/* CSS */
color: #d045fd;
background-color: #d045fd;
/* Tailwind (arbitrary) */
class="text-[#d045fd] bg-[#d045fd]"
/* SCSS */
$brand: #d045fd;
/* SwiftUI */
Color(red: 0.816, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#d045fd")Accessibility — WCAG contrast
Aa
#d045fd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d045fd on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green27.1%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d045fd text on a black background
contrast 5.95:1
Card sample
#d045fd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d045fd;
Background color
Panel with #d045fd background
background-color: #d045fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d045fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d045fd; background: linear-gradient(135deg, #d045fd, #FD45AF);