#d025fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 37, 253
HSL
288°, 98%, 57%
CMYK
18, 85, 0, 1
Luminance
0.2182
Every format
| HEX | #d025fd |
| RGB | rgb(208, 37, 253) |
| HSL | hsl(288, 98%, 57%) |
| CMYK | cmyk(18%, 85%, 0%, 1%) |
| LAB | lab(53.8 86.9 -70.5) |
| LCH | lch(53.8 111.9 320.9) |
| OKLCH | oklch(0.641 0.294 317.4) |
Copy-ready code
/* CSS */
color: #d025fd;
background-color: #d025fd;
/* Tailwind (arbitrary) */
class="text-[#d025fd] bg-[#d025fd]"
/* SCSS */
$brand: #d025fd;
/* SwiftUI */
Color(red: 0.816, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#d025fd")Accessibility — WCAG contrast
Aa
#d025fd on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d025fd on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green14.5%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d025fd text on a black background
contrast 5.36:1
Card sample
#d025fd text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d025fd;
Background color
Panel with #d025fd background
background-color: #d025fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d025fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d025fd; background: linear-gradient(135deg, #d025fd, #FD259A);