#b074eb
a light, vivid violet · warm · closest name: slateblue
RGB
176, 116, 235
HSL
270°, 75%, 69%
CMYK
25, 51, 0, 8
Luminance
0.2772
Every format
| HEX | #b074eb |
| RGB | rgb(176, 116, 235) |
| HSL | hsl(270, 75%, 69%) |
| CMYK | cmyk(25%, 51%, 0%, 8%) |
| LAB | lab(59.6 46.0 -51.5) |
| LCH | lch(59.6 69.0 311.8) |
| OKLCH | oklch(0.671 0.177 305.4) |
Copy-ready code
/* CSS */
color: #b074eb;
background-color: #b074eb;
/* Tailwind (arbitrary) */
class="text-[#b074eb] bg-[#b074eb]"
/* SCSS */
$brand: #b074eb;
/* SwiftUI */
Color(red: 0.690, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#b074eb")Accessibility — WCAG contrast
Aa
#b074eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b074eb on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green45.5%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b074eb text on a black background
contrast 6.54:1
Card sample
#b074eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b074eb;
Background color
Panel with #b074eb background
background-color: #b074eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b074eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b074eb; background: linear-gradient(135deg, #b074eb, #EB74D7);