#d276fd
a light, electric violet · warm · closest name: violet
RGB
210, 118, 253
HSL
281°, 97%, 73%
CMYK
17, 53, 0, 1
Luminance
0.3375
Every format
| HEX | #d276fd |
| RGB | rgb(210, 118, 253) |
| HSL | hsl(281, 97%, 73%) |
| CMYK | cmyk(17%, 53%, 0%, 1%) |
| LAB | lab(64.8 57.6 -53.0) |
| LCH | lch(64.8 78.3 317.4) |
| OKLCH | oklch(0.721 0.205 313.9) |
Copy-ready code
/* CSS */
color: #d276fd;
background-color: #d276fd;
/* Tailwind (arbitrary) */
class="text-[#d276fd] bg-[#d276fd]"
/* SCSS */
$brand: #d276fd;
/* SwiftUI */
Color(red: 0.824, green: 0.463, blue: 0.992)
/* Android */
Color.parseColor("#d276fd")Accessibility — WCAG contrast
Aa
#d276fd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d276fd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green46.3%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta53.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d276fd text on a black background
contrast 7.75:1
Card sample
#d276fd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d276fd;
Background color
Panel with #d276fd background
background-color: #d276fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d276fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 118, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 118, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d276fd; background: linear-gradient(135deg, #d276fd, #FD76CE);