#bba0cf
a light, soft violet · warm · closest name: plum
RGB
187, 160, 207
HSL
275°, 33%, 72%
CMYK
10, 23, 0, 19
Luminance
0.4021
Every format
| HEX | #bba0cf |
| RGB | rgb(187, 160, 207) |
| HSL | hsl(275, 33%, 72%) |
| CMYK | cmyk(10%, 23%, 0%, 19%) |
| LAB | lab(69.6 18.7 -20.3) |
| LCH | lch(69.6 27.6 312.6) |
| OKLCH | oklch(0.745 0.073 310.6) |
Copy-ready code
/* CSS */
color: #bba0cf;
background-color: #bba0cf;
/* Tailwind (arbitrary) */
class="text-[#bba0cf] bg-[#bba0cf]"
/* SCSS */
$brand: #bba0cf;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#bba0cf")Accessibility — WCAG contrast
Aa
#bba0cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0cf on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bba0cf text on a black background
contrast 9.04:1
Card sample
#bba0cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0cf;
Background color
Panel with #bba0cf background
background-color: #bba0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0cf; background: linear-gradient(135deg, #bba0cf, #CFA0C4);