#baacdf
a light, soft violet · warm · closest name: plum
RGB
186, 172, 223
HSL
257°, 44%, 78%
CMYK
17, 23, 0, 13
Luminance
0.4527
Every format
| HEX | #baacdf |
| RGB | rgb(186, 172, 223) |
| HSL | hsl(257, 44%, 78%) |
| CMYK | cmyk(17%, 23%, 0%, 13%) |
| LAB | lab(73.1 15.1 -23.8) |
| LCH | lch(73.1 28.2 302.4) |
| OKLCH | oklch(0.774 0.073 297.2) |
Copy-ready code
/* CSS */
color: #baacdf;
background-color: #baacdf;
/* Tailwind (arbitrary) */
class="text-[#baacdf] bg-[#baacdf]"
/* SCSS */
$brand: #baacdf;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#baacdf")Accessibility — WCAG contrast
Aa
#baacdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacdf on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#baacdf text on a black background
contrast 10.05:1
Card sample
#baacdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacdf;
Background color
Panel with #baacdf background
background-color: #baacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacdf; background: linear-gradient(135deg, #baacdf, #DCACDF);