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