#d079eb
a light, vivid violet · warm · closest name: violet
RGB
208, 121, 235
HSL
286°, 74%, 70%
CMYK
12, 49, 0, 8
Luminance
0.3308
Every format
| HEX | #d079eb |
| RGB | rgb(208, 121, 235) |
| HSL | hsl(286, 74%, 70%) |
| CMYK | cmyk(12%, 49%, 0%, 8%) |
| LAB | lab(64.2 51.9 -44.0) |
| LCH | lch(64.2 68.0 319.7) |
| OKLCH | oklch(0.713 0.181 317.8) |
Copy-ready code
/* CSS */
color: #d079eb;
background-color: #d079eb;
/* Tailwind (arbitrary) */
class="text-[#d079eb] bg-[#d079eb]"
/* SCSS */
$brand: #d079eb;
/* SwiftUI */
Color(red: 0.816, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#d079eb")Accessibility — WCAG contrast
Aa
#d079eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d079eb on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green47.5%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d079eb text on a black background
contrast 7.62:1
Card sample
#d079eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d079eb;
Background color
Panel with #d079eb background
background-color: #d079eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d079eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d079eb; background: linear-gradient(135deg, #d079eb, #EB79BA);