#ba99f3
a light, electric violet · warm · closest name: plum
RGB
186, 153, 243
HSL
262°, 79%, 78%
CMYK
24, 37, 0, 5
Luminance
0.3969
Every format
| HEX | #ba99f3 |
| RGB | rgb(186, 153, 243) |
| HSL | hsl(262, 79%, 78%) |
| CMYK | cmyk(24%, 37%, 0%, 5%) |
| LAB | lab(69.3 30.2 -40.7) |
| LCH | lch(69.3 50.6 306.6) |
| OKLCH | oklch(0.747 0.131 300.1) |
Copy-ready code
/* CSS */
color: #ba99f3;
background-color: #ba99f3;
/* Tailwind (arbitrary) */
class="text-[#ba99f3] bg-[#ba99f3]"
/* SCSS */
$brand: #ba99f3;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.953)
/* Android */
Color.parseColor("#ba99f3")Accessibility — WCAG contrast
Aa
#ba99f3 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba99f3 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta37.0%
Yellow0.0%
Key (black)4.7%
Color previews
#ba99f3 text on a black background
contrast 8.94:1
Card sample
#ba99f3 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba99f3;
Background color
Panel with #ba99f3 background
background-color: #ba99f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba99f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba99f3; background: linear-gradient(135deg, #ba99f3, #F399F0);