#b98dfd
a light, electric violet · warm · closest name: violet
RGB
185, 141, 253
HSL
264°, 97%, 77%
CMYK
27, 44, 0, 1
Luminance
0.3646
Every format
| HEX | #b98dfd |
| RGB | rgb(185, 141, 253) |
| HSL | hsl(264, 97%, 77%) |
| CMYK | cmyk(27%, 44%, 0%, 1%) |
| LAB | lab(66.9 38.9 -49.9) |
| LCH | lch(66.9 63.3 308.0) |
| OKLCH | oklch(0.730 0.162 300.6) |
Copy-ready code
/* CSS */
color: #b98dfd;
background-color: #b98dfd;
/* Tailwind (arbitrary) */
class="text-[#b98dfd] bg-[#b98dfd]"
/* SCSS */
$brand: #b98dfd;
/* SwiftUI */
Color(red: 0.725, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#b98dfd")Accessibility — WCAG contrast
Aa
#b98dfd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b98dfd on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green55.3%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b98dfd text on a black background
contrast 8.29:1
Card sample
#b98dfd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98dfd;
Background color
Panel with #b98dfd background
background-color: #b98dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98dfd; background: linear-gradient(135deg, #b98dfd, #FD8DF6);