#d296fd
a light, electric violet · warm · closest name: violet
RGB
210, 150, 253
HSL
275°, 96%, 79%
CMYK
17, 41, 0, 1
Luminance
0.4261
Every format
| HEX | #d296fd |
| RGB | rgb(210, 150, 253) |
| HSL | hsl(275, 96%, 79%) |
| CMYK | cmyk(17%, 41%, 0%, 1%) |
| LAB | lab(71.3 41.0 -42.8) |
| LCH | lch(71.3 59.2 313.8) |
| OKLCH | oklch(0.769 0.155 310.0) |
Copy-ready code
/* CSS */
color: #d296fd;
background-color: #d296fd;
/* Tailwind (arbitrary) */
class="text-[#d296fd] bg-[#d296fd]"
/* SCSS */
$brand: #d296fd;
/* SwiftUI */
Color(red: 0.824, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#d296fd")Accessibility — WCAG contrast
Aa
#d296fd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d296fd on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green58.8%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d296fd text on a black background
contrast 9.52:1
Card sample
#d296fd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d296fd;
Background color
Panel with #d296fd background
background-color: #d296fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d296fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d296fd; background: linear-gradient(135deg, #d296fd, #FD96E3);