#baaccf
a light, soft violet · warm · closest name: silver
RGB
186, 172, 207
HSL
264°, 27%, 74%
CMYK
10, 17, 0, 19
Luminance
0.4445
Every format
| HEX | #baaccf |
| RGB | rgb(186, 172, 207) |
| HSL | hsl(264, 27%, 74%) |
| CMYK | cmyk(10%, 17%, 0%, 19%) |
| LAB | lab(72.5 11.7 -15.9) |
| LCH | lch(72.5 19.8 306.4) |
| OKLCH | oklch(0.768 0.051 303.4) |
Copy-ready code
/* CSS */
color: #baaccf;
background-color: #baaccf;
/* Tailwind (arbitrary) */
class="text-[#baaccf] bg-[#baaccf]"
/* SCSS */
$brand: #baaccf;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#baaccf")Accessibility — WCAG contrast
Aa
#baaccf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baaccf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#baaccf text on a black background
contrast 9.89:1
Card sample
#baaccf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baaccf;
Background color
Panel with #baaccf background
background-color: #baaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baaccf; background: linear-gradient(135deg, #baaccf, #CFACCD);