#baace0
a light, vivid violet · warm · closest name: plum
RGB
186, 172, 224
HSL
256°, 46%, 78%
CMYK
17, 23, 0, 12
Luminance
0.4533
Every format
| HEX | #baace0 |
| RGB | rgb(186, 172, 224) |
| HSL | hsl(256, 46%, 78%) |
| CMYK | cmyk(17%, 23%, 0%, 12%) |
| LAB | lab(73.1 15.3 -24.3) |
| LCH | lch(73.1 28.8 302.2) |
| OKLCH | oklch(0.774 0.075 297.0) |
Copy-ready code
/* CSS */
color: #baace0;
background-color: #baace0;
/* Tailwind (arbitrary) */
class="text-[#baace0] bg-[#baace0]"
/* SCSS */
$brand: #baace0;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#baace0")Accessibility — WCAG contrast
Aa
#baace0 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baace0 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue87.8%
CMYK percentages
Cyan17.0%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#baace0 text on a black background
contrast 10.07:1
Card sample
#baace0 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baace0;
Background color
Panel with #baace0 background
background-color: #baace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baace0; background: linear-gradient(135deg, #baace0, #DDACE0);