#b67afd
a light, electric violet · warm · closest name: slateblue
RGB
182, 122, 253
HSL
268°, 97%, 74%
CMYK
28, 52, 0, 1
Luminance
0.3096
Every format
| HEX | #b67afd |
| RGB | rgb(182, 122, 253) |
| HSL | hsl(268, 97%, 74%) |
| CMYK | cmyk(28%, 52%, 0%, 1%) |
| LAB | lab(62.5 48.5 -56.9) |
| LCH | lch(62.5 74.7 310.5) |
| OKLCH | oklch(0.697 0.191 302.9) |
Copy-ready code
/* CSS */
color: #b67afd;
background-color: #b67afd;
/* Tailwind (arbitrary) */
class="text-[#b67afd] bg-[#b67afd]"
/* SCSS */
$brand: #b67afd;
/* SwiftUI */
Color(red: 0.714, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#b67afd")Accessibility — WCAG contrast
Aa
#b67afd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b67afd on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green47.8%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b67afd text on a black background
contrast 7.19:1
Card sample
#b67afd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67afd;
Background color
Panel with #b67afd background
background-color: #b67afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67afd; background: linear-gradient(135deg, #b67afd, #FD7AED);