#b27eee
a light, electric violet · warm · closest name: slateblue
RGB
178, 126, 238
HSL
268°, 77%, 71%
CMYK
25, 47, 0, 7
Luminance
0.3056
Every format
| HEX | #b27eee |
| RGB | rgb(178, 126, 238) |
| HSL | hsl(268, 77%, 71%) |
| CMYK | cmyk(25%, 47%, 0%, 7%) |
| LAB | lab(62.1 41.8 -49.1) |
| LCH | lch(62.1 64.5 310.4) |
| OKLCH | oklch(0.691 0.166 303.8) |
Copy-ready code
/* CSS */
color: #b27eee;
background-color: #b27eee;
/* Tailwind (arbitrary) */
class="text-[#b27eee] bg-[#b27eee]"
/* SCSS */
$brand: #b27eee;
/* SwiftUI */
Color(red: 0.698, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b27eee")Accessibility — WCAG contrast
Aa
#b27eee on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b27eee on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green49.4%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b27eee text on a black background
contrast 7.11:1
Card sample
#b27eee text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27eee;
Background color
Panel with #b27eee background
background-color: #b27eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27eee; background: linear-gradient(135deg, #b27eee, #EE7EDF);