#b97afd
a light, electric violet · warm · closest name: slateblue
RGB
185, 122, 253
HSL
269°, 97%, 74%
CMYK
27, 52, 0, 1
Luminance
0.3133
Every format
| HEX | #b97afd |
| RGB | rgb(185, 122, 253) |
| HSL | hsl(269, 97%, 74%) |
| CMYK | cmyk(27%, 52%, 0%, 1%) |
| LAB | lab(62.8 49.2 -56.4) |
| LCH | lch(62.8 74.8 311.1) |
| OKLCH | oklch(0.700 0.191 304.1) |
Copy-ready code
/* CSS */
color: #b97afd;
background-color: #b97afd;
/* Tailwind (arbitrary) */
class="text-[#b97afd] bg-[#b97afd]"
/* SCSS */
$brand: #b97afd;
/* SwiftUI */
Color(red: 0.725, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#b97afd")Accessibility — WCAG contrast
Aa
#b97afd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b97afd on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b97afd text on a black background
contrast 7.27:1
Card sample
#b97afd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97afd;
Background color
Panel with #b97afd background
background-color: #b97afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97afd; background: linear-gradient(135deg, #b97afd, #FD7AEA);