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