#b078eb
a light, vivid violet · warm · closest name: slateblue
RGB
176, 120, 235
HSL
269°, 74%, 70%
CMYK
25, 49, 0, 8
Luminance
0.2866
Every format
| HEX | #b078eb |
| RGB | rgb(176, 120, 235) |
| HSL | hsl(269, 74%, 70%) |
| CMYK | cmyk(25%, 49%, 0%, 8%) |
| LAB | lab(60.5 43.8 -50.1) |
| LCH | lch(60.5 66.6 311.2) |
| OKLCH | oklch(0.677 0.171 304.7) |
Copy-ready code
/* CSS */
color: #b078eb;
background-color: #b078eb;
/* Tailwind (arbitrary) */
class="text-[#b078eb] bg-[#b078eb]"
/* SCSS */
$brand: #b078eb;
/* SwiftUI */
Color(red: 0.690, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#b078eb")Accessibility — WCAG contrast
Aa
#b078eb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b078eb on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.1%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b078eb text on a black background
contrast 6.73:1
Card sample
#b078eb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b078eb;
Background color
Panel with #b078eb background
background-color: #b078eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b078eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b078eb; background: linear-gradient(135deg, #b078eb, #EB78D9);