#b35eee
a light, electric violet · warm · closest name: slateblue
RGB
179, 94, 238
HSL
275°, 81%, 65%
CMYK
25, 61, 0, 7
Luminance
0.2376
Every format
| HEX | #b35eee |
| RGB | rgb(179, 94, 238) |
| HSL | hsl(275, 81%, 65%) |
| CMYK | cmyk(25%, 61%, 0%, 7%) |
| LAB | lab(55.9 58.7 -59.1) |
| LCH | lch(55.9 83.3 314.8) |
| OKLCH | oklch(0.645 0.214 308.8) |
Copy-ready code
/* CSS */
color: #b35eee;
background-color: #b35eee;
/* Tailwind (arbitrary) */
class="text-[#b35eee] bg-[#b35eee]"
/* SCSS */
$brand: #b35eee;
/* SwiftUI */
Color(red: 0.702, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#b35eee")Accessibility — WCAG contrast
Aa
#b35eee on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35eee on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.9%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b35eee text on a black background
contrast 5.75:1
Card sample
#b35eee text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35eee;
Background color
Panel with #b35eee background
background-color: #b35eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35eee; background: linear-gradient(135deg, #b35eee, #EE5EC9);