#d091fd
a light, electric violet · warm · closest name: violet
RGB
208, 145, 253
HSL
275°, 96%, 78%
CMYK
18, 43, 0, 1
Luminance
0.4075
Every format
| HEX | #d091fd |
| RGB | rgb(208, 145, 253) |
| HSL | hsl(275, 96%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(70.0 43.1 -44.8) |
| LCH | lch(70.0 62.1 313.9) |
| OKLCH | oklch(0.759 0.162 309.9) |
Copy-ready code
/* CSS */
color: #d091fd;
background-color: #d091fd;
/* Tailwind (arbitrary) */
class="text-[#d091fd] bg-[#d091fd]"
/* SCSS */
$brand: #d091fd;
/* SwiftUI */
Color(red: 0.816, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#d091fd")Accessibility — WCAG contrast
Aa
#d091fd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d091fd on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green56.9%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d091fd text on a black background
contrast 9.15:1
Card sample
#d091fd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d091fd;
Background color
Panel with #d091fd background
background-color: #d091fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d091fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d091fd; background: linear-gradient(135deg, #d091fd, #FD91E2);