#baacf9
a light, electric blue · warm · closest name: plum
RGB
186, 172, 249
HSL
251°, 87%, 83%
CMYK
25, 31, 0, 2
Luminance
0.4678
Every format
| HEX | #baacf9 |
| RGB | rgb(186, 172, 249) |
| HSL | hsl(251, 87%, 83%) |
| CMYK | cmyk(25%, 31%, 0%, 2%) |
| LAB | lab(74.0 21.0 -36.5) |
| LCH | lch(74.0 42.1 300.0) |
| OKLCH | oklch(0.784 0.109 292.0) |
Copy-ready code
/* CSS */
color: #baacf9;
background-color: #baacf9;
/* Tailwind (arbitrary) */
class="text-[#baacf9] bg-[#baacf9]"
/* SCSS */
$brand: #baacf9;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.976)
/* Android */
Color.parseColor("#baacf9")Accessibility — WCAG contrast
Aa
#baacf9 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacf9 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta30.9%
Yellow0.0%
Key (black)2.4%
Color previews
#baacf9 text on a black background
contrast 10.36:1
Card sample
#baacf9 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacf9;
Background color
Panel with #baacf9 background
background-color: #baacf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacf9; background: linear-gradient(135deg, #baacf9, #EDACF9);