#ba99df
a light, vivid violet · warm · closest name: plum
RGB
186, 153, 223
HSL
268°, 52%, 74%
CMYK
17, 31, 0, 13
Luminance
0.3855
Every format
| HEX | #ba99df |
| RGB | rgb(186, 153, 223) |
| HSL | hsl(268, 52%, 74%) |
| CMYK | cmyk(17%, 31%, 0%, 13%) |
| LAB | lab(68.4 25.7 -31.0) |
| LCH | lch(68.4 40.2 309.7) |
| OKLCH | oklch(0.738 0.105 305.6) |
Copy-ready code
/* CSS */
color: #ba99df;
background-color: #ba99df;
/* Tailwind (arbitrary) */
class="text-[#ba99df] bg-[#ba99df]"
/* SCSS */
$brand: #ba99df;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#ba99df")Accessibility — WCAG contrast
Aa
#ba99df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba99df on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ba99df text on a black background
contrast 8.71:1
Card sample
#ba99df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba99df;
Background color
Panel with #ba99df background
background-color: #ba99df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba99df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba99df; background: linear-gradient(135deg, #ba99df, #DF99D5);