#b67dfd
a light, electric violet · warm · closest name: slateblue
RGB
182, 125, 253
HSL
267°, 97%, 74%
CMYK
28, 51, 0, 1
Luminance
0.3170
Every format
| HEX | #b67dfd |
| RGB | rgb(182, 125, 253) |
| HSL | hsl(267, 97%, 74%) |
| CMYK | cmyk(28%, 51%, 0%, 1%) |
| LAB | lab(63.1 46.9 -55.9) |
| LCH | lch(63.1 72.9 310.0) |
| OKLCH | oklch(0.701 0.186 302.4) |
Copy-ready code
/* CSS */
color: #b67dfd;
background-color: #b67dfd;
/* Tailwind (arbitrary) */
class="text-[#b67dfd] bg-[#b67dfd]"
/* SCSS */
$brand: #b67dfd;
/* SwiftUI */
Color(red: 0.714, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b67dfd")Accessibility — WCAG contrast
Aa
#b67dfd on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b67dfd on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.0%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b67dfd text on a black background
contrast 7.34:1
Card sample
#b67dfd text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67dfd;
Background color
Panel with #b67dfd background
background-color: #b67dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67dfd; background: linear-gradient(135deg, #b67dfd, #FD7DEF);