#bacef4
a light, vivid blue · cool · closest name: lavender
RGB
186, 206, 244
HSL
219°, 73%, 84%
CMYK
24, 16, 0, 4
Luminance
0.6111
Every format
| HEX | #bacef4 |
| RGB | rgb(186, 206, 244) |
| HSL | hsl(219, 73%, 84%) |
| CMYK | cmyk(24%, 16%, 0%, 4%) |
| LAB | lab(82.4 1.4 -20.9) |
| LCH | lch(82.4 20.9 273.7) |
| OKLCH | oklch(0.849 0.058 263.2) |
Copy-ready code
/* CSS */
color: #bacef4;
background-color: #bacef4;
/* Tailwind (arbitrary) */
class="text-[#bacef4] bg-[#bacef4]"
/* SCSS */
$brand: #bacef4;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#bacef4")Accessibility — WCAG contrast
Aa
#bacef4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacef4 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bacef4 text on a black background
contrast 13.22:1
Card sample
#bacef4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacef4;
Background color
Panel with #bacef4 background
background-color: #bacef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacef4; background: linear-gradient(135deg, #bacef4, #CDBAF4);