#baacce
a light, soft violet · warm · closest name: silver
RGB
186, 172, 206
HSL
265°, 26%, 74%
CMYK
10, 17, 0, 19
Luminance
0.4440
Every format
| HEX | #baacce |
| RGB | rgb(186, 172, 206) |
| HSL | hsl(265, 26%, 74%) |
| CMYK | cmyk(10%, 17%, 0%, 19%) |
| LAB | lab(72.5 11.5 -15.4) |
| LCH | lch(72.5 19.2 306.8) |
| OKLCH | oklch(0.767 0.050 303.9) |
Copy-ready code
/* CSS */
color: #baacce;
background-color: #baacce;
/* Tailwind (arbitrary) */
class="text-[#baacce] bg-[#baacce]"
/* SCSS */
$brand: #baacce;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#baacce")Accessibility — WCAG contrast
Aa
#baacce on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacce on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#baacce text on a black background
contrast 9.88:1
Card sample
#baacce text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacce;
Background color
Panel with #baacce background
background-color: #baacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacce; background: linear-gradient(135deg, #baacce, #CEACCB);