#b98afd
a light, electric violet · warm · closest name: violet
RGB
185, 138, 253
HSL
265°, 97%, 77%
CMYK
27, 46, 0, 1
Luminance
0.3558
Every format
| HEX | #b98afd |
| RGB | rgb(185, 138, 253) |
| HSL | hsl(265, 97%, 77%) |
| CMYK | cmyk(27%, 46%, 0%, 1%) |
| LAB | lab(66.2 40.6 -50.9) |
| LCH | lch(66.2 65.1 308.6) |
| OKLCH | oklch(0.725 0.167 301.2) |
Copy-ready code
/* CSS */
color: #b98afd;
background-color: #b98afd;
/* Tailwind (arbitrary) */
class="text-[#b98afd] bg-[#b98afd]"
/* SCSS */
$brand: #b98afd;
/* SwiftUI */
Color(red: 0.725, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#b98afd")Accessibility — WCAG contrast
Aa
#b98afd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b98afd on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green54.1%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b98afd text on a black background
contrast 8.12:1
Card sample
#b98afd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98afd;
Background color
Panel with #b98afd background
background-color: #b98afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98afd; background: linear-gradient(135deg, #b98afd, #FD8AF4);