#baecfe
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 236, 254
HSL
196°, 97%, 86%
CMYK
27, 7, 0, 0
Luminance
0.7759
Every format
| HEX | #baecfe |
| RGB | rgb(186, 236, 254) |
| HSL | hsl(196, 97%, 86%) |
| CMYK | cmyk(27%, 7%, 0%, 0%) |
| LAB | lab(90.6 -12.0 -13.9) |
| LCH | lch(90.6 18.3 229.3) |
| OKLCH | oklch(0.914 0.057 221.9) |
Copy-ready code
/* CSS */
color: #baecfe;
background-color: #baecfe;
/* Tailwind (arbitrary) */
class="text-[#baecfe] bg-[#baecfe]"
/* SCSS */
$brand: #baecfe;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#baecfe")Accessibility — WCAG contrast
Aa
#baecfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecfe on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#baecfe text on a black background
contrast 16.52:1
Card sample
#baecfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecfe;
Background color
Panel with #baecfe background
background-color: #baecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecfe; background: linear-gradient(135deg, #baecfe, #BABFFE);