#baacea
a light, vivid blue · warm · closest name: plum
RGB
186, 172, 234
HSL
254°, 60%, 80%
CMYK
21, 27, 0, 8
Luminance
0.4588
Every format
| HEX | #baacea |
| RGB | rgb(186, 172, 234) |
| HSL | hsl(254, 60%, 80%) |
| CMYK | cmyk(21%, 27%, 0%, 8%) |
| LAB | lab(73.5 17.6 -29.2) |
| LCH | lch(73.5 34.1 301.0) |
| OKLCH | oklch(0.778 0.088 294.6) |
Copy-ready code
/* CSS */
color: #baacea;
background-color: #baacea;
/* Tailwind (arbitrary) */
class="text-[#baacea] bg-[#baacea]"
/* SCSS */
$brand: #baacea;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#baacea")Accessibility — WCAG contrast
Aa
#baacea on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacea on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue91.8%
CMYK percentages
Cyan20.5%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#baacea text on a black background
contrast 10.18:1
Card sample
#baacea text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacea;
Background color
Panel with #baacea background
background-color: #baacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacea; background: linear-gradient(135deg, #baacea, #E3ACEA);