#d78eee
a light, vivid violet · warm · closest name: violet
RGB
215, 142, 238
HSL
286°, 74%, 75%
CMYK
10, 40, 0, 7
Luminance
0.3997
Every format
| HEX | #d78eee |
| RGB | rgb(215, 142, 238) |
| HSL | hsl(286, 74%, 75%) |
| CMYK | cmyk(10%, 40%, 0%, 7%) |
| LAB | lab(69.5 43.6 -37.4) |
| LCH | lch(69.5 57.4 319.4) |
| OKLCH | oklch(0.754 0.153 317.8) |
Copy-ready code
/* CSS */
color: #d78eee;
background-color: #d78eee;
/* Tailwind (arbitrary) */
class="text-[#d78eee] bg-[#d78eee]"
/* SCSS */
$brand: #d78eee;
/* SwiftUI */
Color(red: 0.843, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#d78eee")Accessibility — WCAG contrast
Aa
#d78eee on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d78eee on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan9.7%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d78eee text on a black background
contrast 8.99:1
Card sample
#d78eee text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d78eee;
Background color
Panel with #d78eee background
background-color: #d78eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d78eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d78eee; background: linear-gradient(135deg, #d78eee, #EE8EC5);