#d779fd
a light, electric violet · warm · closest name: violet
RGB
215, 121, 253
HSL
283°, 97%, 73%
CMYK
15, 52, 0, 1
Luminance
0.3521
Every format
| HEX | #d779fd |
| RGB | rgb(215, 121, 253) |
| HSL | hsl(283, 97%, 73%) |
| CMYK | cmyk(15%, 52%, 0%, 1%) |
| LAB | lab(65.9 57.4 -51.2) |
| LCH | lch(65.9 76.9 318.3) |
| OKLCH | oklch(0.730 0.203 315.3) |
Copy-ready code
/* CSS */
color: #d779fd;
background-color: #d779fd;
/* Tailwind (arbitrary) */
class="text-[#d779fd] bg-[#d779fd]"
/* SCSS */
$brand: #d779fd;
/* SwiftUI */
Color(red: 0.843, green: 0.475, blue: 0.992)
/* Android */
Color.parseColor("#d779fd")Accessibility — WCAG contrast
Aa
#d779fd on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d779fd on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green47.5%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta52.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d779fd text on a black background
contrast 8.04:1
Card sample
#d779fd text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d779fd;
Background color
Panel with #d779fd background
background-color: #d779fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d779fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 121, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 121, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d779fd; background: linear-gradient(135deg, #d779fd, #FD79CB);