#baeef0
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 238, 240
HSL
182°, 64%, 84%
CMYK
23, 1, 0, 6
Luminance
0.7788
Every format
| HEX | #baeef0 |
| RGB | rgb(186, 238, 240) |
| HSL | hsl(182, 64%, 84%) |
| CMYK | cmyk(23%, 1%, 0%, 6%) |
| LAB | lab(90.7 -16.0 -6.4) |
| LCH | lch(90.7 17.3 201.8) |
| OKLCH | oklch(0.914 0.053 199.2) |
Copy-ready code
/* CSS */
color: #baeef0;
background-color: #baeef0;
/* Tailwind (arbitrary) */
class="text-[#baeef0] bg-[#baeef0]"
/* SCSS */
$brand: #baeef0;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#baeef0")Accessibility — WCAG contrast
Aa
#baeef0 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeef0 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta0.8%
Yellow0.0%
Key (black)5.9%
Color previews
#baeef0 text on a black background
contrast 16.58:1
Card sample
#baeef0 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeef0;
Background color
Panel with #baeef0 background
background-color: #baeef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeef0; background: linear-gradient(135deg, #baeef0, #BACAF0);