#d776eb
a light, vivid violet · warm · closest name: violet
RGB
215, 118, 235
HSL
290°, 75%, 69%
CMYK
9, 50, 0, 8
Luminance
0.3340
Every format
| HEX | #d776eb |
| RGB | rgb(215, 118, 235) |
| HSL | hsl(290, 75%, 69%) |
| CMYK | cmyk(9%, 50%, 0%, 8%) |
| LAB | lab(64.5 55.3 -43.5) |
| LCH | lch(64.5 70.4 321.8) |
| OKLCH | oklch(0.717 0.190 320.6) |
Copy-ready code
/* CSS */
color: #d776eb;
background-color: #d776eb;
/* Tailwind (arbitrary) */
class="text-[#d776eb] bg-[#d776eb]"
/* SCSS */
$brand: #d776eb;
/* SwiftUI */
Color(red: 0.843, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#d776eb")Accessibility — WCAG contrast
Aa
#d776eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d776eb on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green46.3%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d776eb text on a black background
contrast 7.68:1
Card sample
#d776eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d776eb;
Background color
Panel with #d776eb background
background-color: #d776eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d776eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d776eb; background: linear-gradient(135deg, #d776eb, #EB76B1);