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