#baecf1
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 236, 241
HSL
186°, 66%, 84%
CMYK
23, 2, 0, 6
Luminance
0.7678
Every format
| HEX | #baecf1 |
| RGB | rgb(186, 236, 241) |
| HSL | hsl(186, 66%, 84%) |
| CMYK | cmyk(23%, 2%, 0%, 6%) |
| LAB | lab(90.2 -14.8 -7.7) |
| LCH | lch(90.2 16.7 207.3) |
| OKLCH | oklch(0.910 0.052 203.9) |
Copy-ready code
/* CSS */
color: #baecf1;
background-color: #baecf1;
/* Tailwind (arbitrary) */
class="text-[#baecf1] bg-[#baecf1]"
/* SCSS */
$brand: #baecf1;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#baecf1")Accessibility — WCAG contrast
Aa
#baecf1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf1 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#baecf1 text on a black background
contrast 16.36:1
Card sample
#baecf1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf1;
Background color
Panel with #baecf1 background
background-color: #baecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf1; background: linear-gradient(135deg, #baecf1, #BAC7F1);