#bacef5
a light, vivid blue · cool · closest name: lavender
RGB
186, 206, 245
HSL
220°, 75%, 85%
CMYK
24, 16, 0, 4
Luminance
0.6117
Every format
| HEX | #bacef5 |
| RGB | rgb(186, 206, 245) |
| HSL | hsl(220, 75%, 85%) |
| CMYK | cmyk(24%, 16%, 0%, 4%) |
| LAB | lab(82.5 1.6 -21.4) |
| LCH | lch(82.5 21.4 274.3) |
| OKLCH | oklch(0.849 0.059 263.7) |
Copy-ready code
/* CSS */
color: #bacef5;
background-color: #bacef5;
/* Tailwind (arbitrary) */
class="text-[#bacef5] bg-[#bacef5]"
/* SCSS */
$brand: #bacef5;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.961)
/* Android */
Color.parseColor("#bacef5")Accessibility — WCAG contrast
Aa
#bacef5 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacef5 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue96.1%
CMYK percentages
Cyan24.1%
Magenta15.9%
Yellow0.0%
Key (black)3.9%
Color previews
#bacef5 text on a black background
contrast 13.23:1
Card sample
#bacef5 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacef5;
Background color
Panel with #bacef5 background
background-color: #bacef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacef5; background: linear-gradient(135deg, #bacef5, #CDBAF5);