#b467f3
a light, electric violet · warm · closest name: slateblue
RGB
180, 103, 243
HSL
273°, 85%, 68%
CMYK
26, 58, 0, 5
Luminance
0.2587
Every format
| HEX | #b467f3 |
| RGB | rgb(180, 103, 243) |
| HSL | hsl(273, 85%, 68%) |
| CMYK | cmyk(26%, 58%, 0%, 5%) |
| LAB | lab(57.9 55.6 -58.6) |
| LCH | lch(57.9 80.8 313.5) |
| OKLCH | oklch(0.661 0.207 307.0) |
Copy-ready code
/* CSS */
color: #b467f3;
background-color: #b467f3;
/* Tailwind (arbitrary) */
class="text-[#b467f3] bg-[#b467f3]"
/* SCSS */
$brand: #b467f3;
/* SwiftUI */
Color(red: 0.706, green: 0.404, blue: 0.953)
/* Android */
Color.parseColor("#b467f3")Accessibility — WCAG contrast
Aa
#b467f3 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b467f3 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green40.4%
Blue95.3%
CMYK percentages
Cyan25.9%
Magenta57.6%
Yellow0.0%
Key (black)4.7%
Color previews
#b467f3 text on a black background
contrast 6.17:1
Card sample
#b467f3 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b467f3;
Background color
Panel with #b467f3 background
background-color: #b467f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b467f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 103, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 103, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b467f3; background: linear-gradient(135deg, #b467f3, #F367D5);