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