#baacda
a light, soft violet · warm · closest name: plum
RGB
186, 172, 218
HSL
258°, 38%, 77%
CMYK
15, 21, 0, 15
Luminance
0.4501
Every format
| HEX | #baacda |
| RGB | rgb(186, 172, 218) |
| HSL | hsl(258, 38%, 77%) |
| CMYK | cmyk(15%, 21%, 0%, 15%) |
| LAB | lab(72.9 14.0 -21.4) |
| LCH | lch(72.9 25.6 303.3) |
| OKLCH | oklch(0.772 0.066 298.8) |
Copy-ready code
/* CSS */
color: #baacda;
background-color: #baacda;
/* Tailwind (arbitrary) */
class="text-[#baacda] bg-[#baacda]"
/* SCSS */
$brand: #baacda;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#baacda")Accessibility — WCAG contrast
Aa
#baacda on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacda on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#baacda text on a black background
contrast 10.00:1
Card sample
#baacda text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacda;
Background color
Panel with #baacda background
background-color: #baacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacda; background: linear-gradient(135deg, #baacda, #D9ACDA);