#baecfc
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 236, 252
HSL
195°, 92%, 86%
CMYK
26, 6, 0, 1
Luminance
0.7746
Every format
| HEX | #baecfc |
| RGB | rgb(186, 236, 252) |
| HSL | hsl(195, 92%, 86%) |
| CMYK | cmyk(26%, 6%, 0%, 1%) |
| LAB | lab(90.5 -12.4 -12.9) |
| LCH | lch(90.5 17.9 226.2) |
| OKLCH | oklch(0.914 0.056 219.4) |
Copy-ready code
/* CSS */
color: #baecfc;
background-color: #baecfc;
/* Tailwind (arbitrary) */
class="text-[#baecfc] bg-[#baecfc]"
/* SCSS */
$brand: #baecfc;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#baecfc")Accessibility — WCAG contrast
Aa
#baecfc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecfc on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#baecfc text on a black background
contrast 16.49:1
Card sample
#baecfc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecfc;
Background color
Panel with #baecfc background
background-color: #baecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecfc; background: linear-gradient(135deg, #baecfc, #BAC0FC);