#b04eee
a balanced, electric violet · warm · closest name: slateblue
RGB
176, 78, 238
HSL
277°, 83%, 62%
CMYK
26, 67, 0, 7
Luminance
0.2085
Every format
| HEX | #b04eee |
| RGB | rgb(176, 78, 238) |
| HSL | hsl(277, 83%, 62%) |
| CMYK | cmyk(26%, 67%, 0%, 7%) |
| LAB | lab(52.8 65.5 -64.1) |
| LCH | lch(52.8 91.6 315.6) |
| OKLCH | oklch(0.622 0.234 309.3) |
Copy-ready code
/* CSS */
color: #b04eee;
background-color: #b04eee;
/* Tailwind (arbitrary) */
class="text-[#b04eee] bg-[#b04eee]"
/* SCSS */
$brand: #b04eee;
/* SwiftUI */
Color(red: 0.690, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#b04eee")Accessibility — WCAG contrast
Aa
#b04eee on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b04eee on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green30.6%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b04eee text on a black background
contrast 5.17:1
Card sample
#b04eee text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04eee;
Background color
Panel with #b04eee background
background-color: #b04eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04eee; background: linear-gradient(135deg, #b04eee, #EE4EC1);