#b867f4
a light, electric violet · warm · closest name: violet
RGB
184, 103, 244
HSL
275°, 87%, 68%
CMYK
25, 58, 0, 4
Luminance
0.2642
Every format
| HEX | #b867f4 |
| RGB | rgb(184, 103, 244) |
| HSL | hsl(275, 87%, 68%) |
| CMYK | cmyk(25%, 58%, 0%, 4%) |
| LAB | lab(58.4 56.8 -58.3) |
| LCH | lch(58.4 81.4 314.2) |
| OKLCH | oklch(0.666 0.209 308.2) |
Copy-ready code
/* CSS */
color: #b867f4;
background-color: #b867f4;
/* Tailwind (arbitrary) */
class="text-[#b867f4] bg-[#b867f4]"
/* SCSS */
$brand: #b867f4;
/* SwiftUI */
Color(red: 0.722, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#b867f4")Accessibility — WCAG contrast
Aa
#b867f4 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b867f4 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green40.4%
Blue95.7%
CMYK percentages
Cyan24.6%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#b867f4 text on a black background
contrast 6.28:1
Card sample
#b867f4 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b867f4;
Background color
Panel with #b867f4 background
background-color: #b867f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b867f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b867f4; background: linear-gradient(135deg, #b867f4, #F467D2);