#b37cf4
a light, electric violet · warm · closest name: slateblue
RGB
179, 124, 244
HSL
268°, 85%, 72%
CMYK
27, 49, 0, 4
Luminance
0.3053
Every format
| HEX | #b37cf4 |
| RGB | rgb(179, 124, 244) |
| HSL | hsl(268, 85%, 72%) |
| CMYK | cmyk(27%, 49%, 0%, 4%) |
| LAB | lab(62.1 44.5 -52.5) |
| LCH | lch(62.1 68.8 310.3) |
| OKLCH | oklch(0.692 0.176 303.3) |
Copy-ready code
/* CSS */
color: #b37cf4;
background-color: #b37cf4;
/* Tailwind (arbitrary) */
class="text-[#b37cf4] bg-[#b37cf4]"
/* SCSS */
$brand: #b37cf4;
/* SwiftUI */
Color(red: 0.702, green: 0.486, blue: 0.957)
/* Android */
Color.parseColor("#b37cf4")Accessibility — WCAG contrast
Aa
#b37cf4 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b37cf4 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green48.6%
Blue95.7%
CMYK percentages
Cyan26.6%
Magenta49.2%
Yellow0.0%
Key (black)4.3%
Color previews
#b37cf4 text on a black background
contrast 7.11:1
Card sample
#b37cf4 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37cf4;
Background color
Panel with #b37cf4 background
background-color: #b37cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 124, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 124, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37cf4; background: linear-gradient(135deg, #b37cf4, #F47CE5);