#b07dfd
a light, electric violet · warm · closest name: slateblue
RGB
176, 125, 253
HSL
264°, 97%, 74%
CMYK
30, 51, 0, 1
Luminance
0.3099
Every format
| HEX | #b07dfd |
| RGB | rgb(176, 125, 253) |
| HSL | hsl(264, 97%, 74%) |
| CMYK | cmyk(30%, 51%, 0%, 1%) |
| LAB | lab(62.5 45.4 -56.9) |
| LCH | lch(62.5 72.7 308.6) |
| OKLCH | oklch(0.696 0.185 300.0) |
Copy-ready code
/* CSS */
color: #b07dfd;
background-color: #b07dfd;
/* Tailwind (arbitrary) */
class="text-[#b07dfd] bg-[#b07dfd]"
/* SCSS */
$brand: #b07dfd;
/* SwiftUI */
Color(red: 0.690, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b07dfd")Accessibility — WCAG contrast
Aa
#b07dfd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b07dfd on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b07dfd text on a black background
contrast 7.20:1
Card sample
#b07dfd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07dfd;
Background color
Panel with #b07dfd background
background-color: #b07dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07dfd; background: linear-gradient(135deg, #b07dfd, #FD7DF5);