#bacef9
a pale, electric blue · cool · closest name: lavender
RGB
186, 206, 249
HSL
221°, 84%, 85%
CMYK
25, 17, 0, 2
Luminance
0.6142
Every format
| HEX | #bacef9 |
| RGB | rgb(186, 206, 249) |
| HSL | hsl(221, 84%, 85%) |
| CMYK | cmyk(25%, 17%, 0%, 2%) |
| LAB | lab(82.6 2.5 -23.3) |
| LCH | lch(82.6 23.4 276.1) |
| OKLCH | oklch(0.851 0.064 265.4) |
Copy-ready code
/* CSS */
color: #bacef9;
background-color: #bacef9;
/* Tailwind (arbitrary) */
class="text-[#bacef9] bg-[#bacef9]"
/* SCSS */
$brand: #bacef9;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#bacef9")Accessibility — WCAG contrast
Aa
#bacef9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacef9 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#bacef9 text on a black background
contrast 13.28:1
Card sample
#bacef9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacef9;
Background color
Panel with #bacef9 background
background-color: #bacef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacef9; background: linear-gradient(135deg, #bacef9, #D0BAF9);