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