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