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