#b97dfd
a light, electric violet · warm · closest name: violet
RGB
185, 125, 253
HSL
268°, 97%, 74%
CMYK
27, 51, 0, 1
Luminance
0.3207
Every format
| HEX | #b97dfd |
| RGB | rgb(185, 125, 253) |
| HSL | hsl(268, 97%, 74%) |
| CMYK | cmyk(27%, 51%, 0%, 1%) |
| LAB | lab(63.4 47.6 -55.4) |
| LCH | lch(63.4 73.0 310.7) |
| OKLCH | oklch(0.704 0.187 303.6) |
Copy-ready code
/* CSS */
color: #b97dfd;
background-color: #b97dfd;
/* Tailwind (arbitrary) */
class="text-[#b97dfd] bg-[#b97dfd]"
/* SCSS */
$brand: #b97dfd;
/* SwiftUI */
Color(red: 0.725, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b97dfd")Accessibility — WCAG contrast
Aa
#b97dfd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b97dfd on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green49.0%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b97dfd text on a black background
contrast 7.41:1
Card sample
#b97dfd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97dfd;
Background color
Panel with #b97dfd background
background-color: #b97dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97dfd; background: linear-gradient(135deg, #b97dfd, #FD7DEC);