#baacfb
a light, electric blue · warm · closest name: plum
RGB
186, 172, 251
HSL
251°, 91%, 83%
CMYK
26, 32, 0, 2
Luminance
0.4691
Every format
| HEX | #baacfb |
| RGB | rgb(186, 172, 251) |
| HSL | hsl(251, 91%, 83%) |
| CMYK | cmyk(26%, 32%, 0%, 2%) |
| LAB | lab(74.1 21.5 -37.4) |
| LCH | lch(74.1 43.1 299.9) |
| OKLCH | oklch(0.785 0.112 291.7) |
Copy-ready code
/* CSS */
color: #baacfb;
background-color: #baacfb;
/* Tailwind (arbitrary) */
class="text-[#baacfb] bg-[#baacfb]"
/* SCSS */
$brand: #baacfb;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.984)
/* Android */
Color.parseColor("#baacfb")Accessibility — WCAG contrast
Aa
#baacfb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacfb on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta31.5%
Yellow0.0%
Key (black)1.6%
Color previews
#baacfb text on a black background
contrast 10.38:1
Card sample
#baacfb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacfb;
Background color
Panel with #baacfb background
background-color: #baacfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacfb; background: linear-gradient(135deg, #baacfb, #EFACFB);