#b367f4
a light, electric violet · warm · closest name: slateblue
RGB
179, 103, 244
HSL
272°, 87%, 68%
CMYK
27, 58, 0, 4
Luminance
0.2582
Every format
| HEX | #b367f4 |
| RGB | rgb(179, 103, 244) |
| HSL | hsl(272, 87%, 68%) |
| CMYK | cmyk(27%, 58%, 0%, 4%) |
| LAB | lab(57.9 55.6 -59.3) |
| LCH | lch(57.9 81.3 313.2) |
| OKLCH | oklch(0.660 0.208 306.4) |
Copy-ready code
/* CSS */
color: #b367f4;
background-color: #b367f4;
/* Tailwind (arbitrary) */
class="text-[#b367f4] bg-[#b367f4]"
/* SCSS */
$brand: #b367f4;
/* SwiftUI */
Color(red: 0.702, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#b367f4")Accessibility — WCAG contrast
Aa
#b367f4 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b367f4 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.4%
Blue95.7%
CMYK percentages
Cyan26.6%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#b367f4 text on a black background
contrast 6.16:1
Card sample
#b367f4 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b367f4;
Background color
Panel with #b367f4 background
background-color: #b367f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b367f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b367f4; background: linear-gradient(135deg, #b367f4, #F467D7);