#b076eb
a light, vivid violet · warm · closest name: slateblue
RGB
176, 118, 235
HSL
270°, 75%, 69%
CMYK
25, 50, 0, 8
Luminance
0.2819
Every format
| HEX | #b076eb |
| RGB | rgb(176, 118, 235) |
| HSL | hsl(270, 75%, 69%) |
| CMYK | cmyk(25%, 50%, 0%, 8%) |
| LAB | lab(60.1 44.9 -50.8) |
| LCH | lch(60.1 67.8 311.5) |
| OKLCH | oklch(0.674 0.174 305.1) |
Copy-ready code
/* CSS */
color: #b076eb;
background-color: #b076eb;
/* Tailwind (arbitrary) */
class="text-[#b076eb] bg-[#b076eb]"
/* SCSS */
$brand: #b076eb;
/* SwiftUI */
Color(red: 0.690, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#b076eb")Accessibility — WCAG contrast
Aa
#b076eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b076eb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green46.3%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b076eb text on a black background
contrast 6.64:1
Card sample
#b076eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b076eb;
Background color
Panel with #b076eb background
background-color: #b076eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b076eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b076eb; background: linear-gradient(135deg, #b076eb, #EB76D8);