#b37af2
a light, electric violet · warm · closest name: slateblue
RGB
179, 122, 242
HSL
269°, 82%, 71%
CMYK
26, 50, 0, 5
Luminance
0.2991
Every format
| HEX | #b37af2 |
| RGB | rgb(179, 122, 242) |
| HSL | hsl(269, 82%, 71%) |
| CMYK | cmyk(26%, 50%, 0%, 5%) |
| LAB | lab(61.6 45.1 -52.2) |
| LCH | lch(61.6 69.0 310.8) |
| OKLCH | oklch(0.688 0.177 304.1) |
Copy-ready code
/* CSS */
color: #b37af2;
background-color: #b37af2;
/* Tailwind (arbitrary) */
class="text-[#b37af2] bg-[#b37af2]"
/* SCSS */
$brand: #b37af2;
/* SwiftUI */
Color(red: 0.702, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#b37af2")Accessibility — WCAG contrast
Aa
#b37af2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37af2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green47.8%
Blue94.9%
CMYK percentages
Cyan26.0%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#b37af2 text on a black background
contrast 6.98:1
Card sample
#b37af2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37af2;
Background color
Panel with #b37af2 background
background-color: #b37af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37af2; background: linear-gradient(135deg, #b37af2, #F27AE1);