#ba98fd
a light, electric violet · warm · closest name: plum
RGB
186, 152, 253
HSL
260°, 96%, 79%
CMYK
27, 40, 0, 1
Luminance
0.3999
Every format
| HEX | #ba98fd |
| RGB | rgb(186, 152, 253) |
| HSL | hsl(260, 96%, 79%) |
| CMYK | cmyk(27%, 40%, 0%, 1%) |
| LAB | lab(69.5 33.1 -45.8) |
| LCH | lch(69.5 56.5 305.9) |
| OKLCH | oklch(0.750 0.145 298.3) |
Copy-ready code
/* CSS */
color: #ba98fd;
background-color: #ba98fd;
/* Tailwind (arbitrary) */
class="text-[#ba98fd] bg-[#ba98fd]"
/* SCSS */
$brand: #ba98fd;
/* SwiftUI */
Color(red: 0.729, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#ba98fd")Accessibility — WCAG contrast
Aa
#ba98fd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba98fd on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.6%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ba98fd text on a black background
contrast 9.00:1
Card sample
#ba98fd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba98fd;
Background color
Panel with #ba98fd background
background-color: #ba98fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba98fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba98fd; background: linear-gradient(135deg, #ba98fd, #FD98FD);