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