#bacae2
a light, soft blue · cool · closest name: lavender
RGB
186, 202, 226
HSL
216°, 41%, 81%
CMYK
18, 11, 0, 11
Luminance
0.5817
Every format
| HEX | #bacae2 |
| RGB | rgb(186, 202, 226) |
| HSL | hsl(216, 41%, 81%) |
| CMYK | cmyk(18%, 11%, 0%, 11%) |
| LAB | lab(80.8 -0.5 -13.7) |
| LCH | lch(80.8 13.7 268.0) |
| OKLCH | oklch(0.835 0.038 258.4) |
Copy-ready code
/* CSS */
color: #bacae2;
background-color: #bacae2;
/* Tailwind (arbitrary) */
class="text-[#bacae2] bg-[#bacae2]"
/* SCSS */
$brand: #bacae2;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.886)
/* Android */
Color.parseColor("#bacae2")Accessibility — WCAG contrast
Aa
#bacae2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacae2 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue88.6%
CMYK percentages
Cyan17.7%
Magenta10.6%
Yellow0.0%
Key (black)11.4%
Color previews
#bacae2 text on a black background
contrast 12.63:1
Card sample
#bacae2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacae2;
Background color
Panel with #bacae2 background
background-color: #bacae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacae2; background: linear-gradient(135deg, #bacae2, #C5BAE2);