#d075fd
a light, electric violet · warm · closest name: violet
RGB
208, 117, 253
HSL
280°, 97%, 73%
CMYK
18, 54, 0, 1
Luminance
0.3322
Every format
| HEX | #d075fd |
| RGB | rgb(208, 117, 253) |
| HSL | hsl(280, 97%, 73%) |
| CMYK | cmyk(18%, 54%, 0%, 1%) |
| LAB | lab(64.3 57.6 -53.7) |
| LCH | lch(64.3 78.8 317.0) |
| OKLCH | oklch(0.717 0.206 313.2) |
Copy-ready code
/* CSS */
color: #d075fd;
background-color: #d075fd;
/* Tailwind (arbitrary) */
class="text-[#d075fd] bg-[#d075fd]"
/* SCSS */
$brand: #d075fd;
/* SwiftUI */
Color(red: 0.816, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#d075fd")Accessibility — WCAG contrast
Aa
#d075fd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d075fd on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green45.9%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d075fd text on a black background
contrast 7.64:1
Card sample
#d075fd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d075fd;
Background color
Panel with #d075fd background
background-color: #d075fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d075fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d075fd; background: linear-gradient(135deg, #d075fd, #FD75CF);