#baacee
a light, vivid blue · warm · closest name: plum
RGB
186, 172, 238
HSL
253°, 66%, 80%
CMYK
22, 28, 0, 7
Luminance
0.4612
Every format
| HEX | #baacee |
| RGB | rgb(186, 172, 238) |
| HSL | hsl(253, 66%, 80%) |
| CMYK | cmyk(22%, 28%, 0%, 7%) |
| LAB | lab(73.6 18.5 -31.1) |
| LCH | lch(73.6 36.2 300.7) |
| OKLCH | oklch(0.780 0.094 293.8) |
Copy-ready code
/* CSS */
color: #baacee;
background-color: #baacee;
/* Tailwind (arbitrary) */
class="text-[#baacee] bg-[#baacee]"
/* SCSS */
$brand: #baacee;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#baacee")Accessibility — WCAG contrast
Aa
#baacee on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacee on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#baacee text on a black background
contrast 10.22:1
Card sample
#baacee text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacee;
Background color
Panel with #baacee background
background-color: #baacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacee; background: linear-gradient(135deg, #baacee, #E6ACEE);