#b07afd
a light, electric violet · warm · closest name: slateblue
RGB
176, 122, 253
HSL
265°, 97%, 74%
CMYK
30, 52, 0, 1
Luminance
0.3024
Every format
| HEX | #b07afd |
| RGB | rgb(176, 122, 253) |
| HSL | hsl(265, 97%, 74%) |
| CMYK | cmyk(30%, 52%, 0%, 1%) |
| LAB | lab(61.9 47.0 -57.9) |
| LCH | lch(61.9 74.5 309.1) |
| OKLCH | oklch(0.691 0.190 300.6) |
Copy-ready code
/* CSS */
color: #b07afd;
background-color: #b07afd;
/* Tailwind (arbitrary) */
class="text-[#b07afd] bg-[#b07afd]"
/* SCSS */
$brand: #b07afd;
/* SwiftUI */
Color(red: 0.690, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#b07afd")Accessibility — WCAG contrast
Aa
#b07afd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b07afd on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.8%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b07afd text on a black background
contrast 7.05:1
Card sample
#b07afd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07afd;
Background color
Panel with #b07afd background
background-color: #b07afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07afd; background: linear-gradient(135deg, #b07afd, #FD7AF3);