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