#d781eb
a light, vivid violet · warm · closest name: violet
RGB
215, 129, 235
HSL
289°, 73%, 71%
CMYK
9, 45, 0, 8
Luminance
0.3615
Every format
| HEX | #d781eb |
| RGB | rgb(215, 129, 235) |
| HSL | hsl(289, 73%, 71%) |
| CMYK | cmyk(9%, 45%, 0%, 8%) |
| LAB | lab(66.6 49.8 -40.1) |
| LCH | lch(66.6 64.0 321.1) |
| OKLCH | oklch(0.733 0.172 319.9) |
Copy-ready code
/* CSS */
color: #d781eb;
background-color: #d781eb;
/* Tailwind (arbitrary) */
class="text-[#d781eb] bg-[#d781eb]"
/* SCSS */
$brand: #d781eb;
/* SwiftUI */
Color(red: 0.843, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#d781eb")Accessibility — WCAG contrast
Aa
#d781eb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d781eb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green50.6%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d781eb text on a black background
contrast 8.23:1
Card sample
#d781eb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d781eb;
Background color
Panel with #d781eb background
background-color: #d781eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d781eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d781eb; background: linear-gradient(135deg, #d781eb, #EB81B8);