#baecf3
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 236, 243
HSL
187°, 70%, 84%
CMYK
24, 3, 0, 5
Luminance
0.7690
Every format
| HEX | #baecf3 |
| RGB | rgb(186, 236, 243) |
| HSL | hsl(187, 70%, 84%) |
| CMYK | cmyk(24%, 3%, 0%, 5%) |
| LAB | lab(90.3 -14.4 -8.6) |
| LCH | lch(90.3 16.8 211.0) |
| OKLCH | oklch(0.911 0.052 206.8) |
Copy-ready code
/* CSS */
color: #baecf3;
background-color: #baecf3;
/* Tailwind (arbitrary) */
class="text-[#baecf3] bg-[#baecf3]"
/* SCSS */
$brand: #baecf3;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#baecf3")Accessibility — WCAG contrast
Aa
#baecf3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf3 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#baecf3 text on a black background
contrast 16.38:1
Card sample
#baecf3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf3;
Background color
Panel with #baecf3 background
background-color: #baecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf3; background: linear-gradient(135deg, #baecf3, #BAC6F3);