#ba99cf
a light, soft violet · warm · closest name: plum
RGB
186, 153, 207
HSL
277°, 36%, 71%
CMYK
10, 26, 0, 19
Luminance
0.3773
Every format
| HEX | #ba99cf |
| RGB | rgb(186, 153, 207) |
| HSL | hsl(277, 36%, 71%) |
| CMYK | cmyk(10%, 26%, 0%, 19%) |
| LAB | lab(67.8 22.3 -23.1) |
| LCH | lch(67.8 32.0 314.0) |
| OKLCH | oklch(0.731 0.085 312.0) |
Copy-ready code
/* CSS */
color: #ba99cf;
background-color: #ba99cf;
/* Tailwind (arbitrary) */
class="text-[#ba99cf] bg-[#ba99cf]"
/* SCSS */
$brand: #ba99cf;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#ba99cf")Accessibility — WCAG contrast
Aa
#ba99cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba99cf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ba99cf text on a black background
contrast 8.55:1
Card sample
#ba99cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba99cf;
Background color
Panel with #ba99cf background
background-color: #ba99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba99cf; background: linear-gradient(135deg, #ba99cf, #CF99C0);