#baace6
a light, vivid blue · warm · closest name: plum
RGB
186, 172, 230
HSL
255°, 54%, 79%
CMYK
19, 25, 0, 10
Luminance
0.4566
Every format
| HEX | #baace6 |
| RGB | rgb(186, 172, 230) |
| HSL | hsl(255, 54%, 79%) |
| CMYK | cmyk(19%, 25%, 0%, 10%) |
| LAB | lab(73.3 16.7 -27.3) |
| LCH | lch(73.3 32.0 301.5) |
| OKLCH | oklch(0.776 0.083 295.5) |
Copy-ready code
/* CSS */
color: #baace6;
background-color: #baace6;
/* Tailwind (arbitrary) */
class="text-[#baace6] bg-[#baace6]"
/* SCSS */
$brand: #baace6;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#baace6")Accessibility — WCAG contrast
Aa
#baace6 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baace6 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue90.2%
CMYK percentages
Cyan19.1%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#baace6 text on a black background
contrast 10.13:1
Card sample
#baace6 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baace6;
Background color
Panel with #baace6 background
background-color: #baace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baace6; background: linear-gradient(135deg, #baace6, #E1ACE6);