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