#d779eb
a light, vivid violet · warm · closest name: violet
RGB
215, 121, 235
HSL
290°, 74%, 70%
CMYK
9, 49, 0, 8
Luminance
0.3412
Every format
| HEX | #d779eb |
| RGB | rgb(215, 121, 235) |
| HSL | hsl(290, 74%, 70%) |
| CMYK | cmyk(9%, 49%, 0%, 8%) |
| LAB | lab(65.1 53.8 -42.6) |
| LCH | lch(65.1 68.7 321.6) |
| OKLCH | oklch(0.721 0.185 320.4) |
Copy-ready code
/* CSS */
color: #d779eb;
background-color: #d779eb;
/* Tailwind (arbitrary) */
class="text-[#d779eb] bg-[#d779eb]"
/* SCSS */
$brand: #d779eb;
/* SwiftUI */
Color(red: 0.843, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#d779eb")Accessibility — WCAG contrast
Aa
#d779eb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d779eb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green47.5%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d779eb text on a black background
contrast 7.82:1
Card sample
#d779eb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d779eb;
Background color
Panel with #d779eb background
background-color: #d779eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d779eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d779eb; background: linear-gradient(135deg, #d779eb, #EB79B3);