#baace9
a light, vivid blue · warm · closest name: plum
RGB
186, 172, 233
HSL
254°, 58%, 79%
CMYK
20, 26, 0, 9
Luminance
0.4583
Every format
| HEX | #baace9 |
| RGB | rgb(186, 172, 233) |
| HSL | hsl(254, 58%, 79%) |
| CMYK | cmyk(20%, 26%, 0%, 9%) |
| LAB | lab(73.4 17.4 -28.7) |
| LCH | lch(73.4 33.6 301.1) |
| OKLCH | oklch(0.778 0.087 294.8) |
Copy-ready code
/* CSS */
color: #baace9;
background-color: #baace9;
/* Tailwind (arbitrary) */
class="text-[#baace9] bg-[#baace9]"
/* SCSS */
$brand: #baace9;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#baace9")Accessibility — WCAG contrast
Aa
#baace9 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baace9 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue91.4%
CMYK percentages
Cyan20.2%
Magenta26.2%
Yellow0.0%
Key (black)8.6%
Color previews
#baace9 text on a black background
contrast 10.17:1
Card sample
#baace9 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baace9;
Background color
Panel with #baace9 background
background-color: #baace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baace9; background: linear-gradient(135deg, #baace9, #E3ACE9);