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