#baacec
a light, vivid blue · warm · closest name: plum
RGB
186, 172, 236
HSL
253°, 63%, 80%
CMYK
21, 27, 0, 8
Luminance
0.4600
Every format
| HEX | #baacec |
| RGB | rgb(186, 172, 236) |
| HSL | hsl(253, 63%, 80%) |
| CMYK | cmyk(21%, 27%, 0%, 8%) |
| LAB | lab(73.5 18.0 -30.2) |
| LCH | lch(73.5 35.2 300.9) |
| OKLCH | oklch(0.779 0.091 294.2) |
Copy-ready code
/* CSS */
color: #baacec;
background-color: #baacec;
/* Tailwind (arbitrary) */
class="text-[#baacec] bg-[#baacec]"
/* SCSS */
$brand: #baacec;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#baacec")Accessibility — WCAG contrast
Aa
#baacec on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baacec on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue92.5%
CMYK percentages
Cyan21.2%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#baacec text on a black background
contrast 10.20:1
Card sample
#baacec text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baacec;
Background color
Panel with #baacec background
background-color: #baacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baacec; background: linear-gradient(135deg, #baacec, #E5ACEC);