#b36eee
a light, electric violet · warm · closest name: slateblue
RGB
179, 110, 238
HSL
272°, 79%, 68%
CMYK
25, 54, 0, 7
Luminance
0.2691
Every format
| HEX | #b36eee |
| RGB | rgb(179, 110, 238) |
| HSL | hsl(272, 79%, 68%) |
| CMYK | cmyk(25%, 54%, 0%, 7%) |
| LAB | lab(58.9 50.6 -54.3) |
| LCH | lch(58.9 74.2 313.0) |
| OKLCH | oklch(0.667 0.191 306.9) |
Copy-ready code
/* CSS */
color: #b36eee;
background-color: #b36eee;
/* Tailwind (arbitrary) */
class="text-[#b36eee] bg-[#b36eee]"
/* SCSS */
$brand: #b36eee;
/* SwiftUI */
Color(red: 0.702, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#b36eee")Accessibility — WCAG contrast
Aa
#b36eee on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36eee on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green43.1%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#b36eee text on a black background
contrast 6.38:1
Card sample
#b36eee text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36eee;
Background color
Panel with #b36eee background
background-color: #b36eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36eee; background: linear-gradient(135deg, #b36eee, #EE6ED4);