#ba9df3
a light, electric violet · warm · closest name: plum
RGB
186, 157, 243
HSL
260°, 78%, 78%
CMYK
24, 35, 0, 5
Luminance
0.4102
Every format
| HEX | #ba9df3 |
| RGB | rgb(186, 157, 243) |
| HSL | hsl(260, 78%, 78%) |
| CMYK | cmyk(24%, 35%, 0%, 5%) |
| LAB | lab(70.2 28.0 -39.2) |
| LCH | lch(70.2 48.1 305.5) |
| OKLCH | oklch(0.754 0.124 298.9) |
Copy-ready code
/* CSS */
color: #ba9df3;
background-color: #ba9df3;
/* Tailwind (arbitrary) */
class="text-[#ba9df3] bg-[#ba9df3]"
/* SCSS */
$brand: #ba9df3;
/* SwiftUI */
Color(red: 0.729, green: 0.616, blue: 0.953)
/* Android */
Color.parseColor("#ba9df3")Accessibility — WCAG contrast
Aa
#ba9df3 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9df3 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.6%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta35.4%
Yellow0.0%
Key (black)4.7%
Color previews
#ba9df3 text on a black background
contrast 9.20:1
Card sample
#ba9df3 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9df3;
Background color
Panel with #ba9df3 background
background-color: #ba9df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 157, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 157, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9df3; background: linear-gradient(135deg, #ba9df3, #F39DF3);