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