#baebee
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 235, 238
HSL
184°, 61%, 83%
CMYK
22, 1, 0, 7
Luminance
0.7603
Every format
| HEX | #baebee |
| RGB | rgb(186, 235, 238) |
| HSL | hsl(184, 61%, 83%) |
| CMYK | cmyk(22%, 1%, 0%, 7%) |
| LAB | lab(89.9 -15.0 -6.6) |
| LCH | lch(89.9 16.4 203.8) |
| OKLCH | oklch(0.907 0.050 200.9) |
Copy-ready code
/* CSS */
color: #baebee;
background-color: #baebee;
/* Tailwind (arbitrary) */
class="text-[#baebee] bg-[#baebee]"
/* SCSS */
$brand: #baebee;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#baebee")Accessibility — WCAG contrast
Aa
#baebee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebee on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#baebee text on a black background
contrast 16.21:1
Card sample
#baebee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebee;
Background color
Panel with #baebee background
background-color: #baebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebee; background: linear-gradient(135deg, #baebee, #BAC8EE);