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