#d096fd
a light, electric violet · warm · closest name: violet
RGB
208, 150, 253
HSL
274°, 96%, 79%
CMYK
18, 41, 0, 1
Luminance
0.4231
Every format
| HEX | #d096fd |
| RGB | rgb(208, 150, 253) |
| HSL | hsl(274, 96%, 79%) |
| CMYK | cmyk(18%, 41%, 0%, 1%) |
| LAB | lab(71.1 40.4 -43.1) |
| LCH | lch(71.1 59.0 313.1) |
| OKLCH | oklch(0.767 0.154 309.1) |
Copy-ready code
/* CSS */
color: #d096fd;
background-color: #d096fd;
/* Tailwind (arbitrary) */
class="text-[#d096fd] bg-[#d096fd]"
/* SCSS */
$brand: #d096fd;
/* SwiftUI */
Color(red: 0.816, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#d096fd")Accessibility — WCAG contrast
Aa
#d096fd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d096fd on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green58.8%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d096fd text on a black background
contrast 9.46:1
Card sample
#d096fd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d096fd;
Background color
Panel with #d096fd background
background-color: #d096fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d096fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d096fd; background: linear-gradient(135deg, #d096fd, #FD96E5);