#baeef3
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 238, 243
HSL
185°, 70%, 84%
CMYK
24, 2, 0, 5
Luminance
0.7806
Every format
| HEX | #baeef3 |
| RGB | rgb(186, 238, 243) |
| HSL | hsl(185, 70%, 84%) |
| CMYK | cmyk(24%, 2%, 0%, 5%) |
| LAB | lab(90.8 -15.4 -7.8) |
| LCH | lch(90.8 17.3 207.0) |
| OKLCH | oklch(0.915 0.053 203.6) |
Copy-ready code
/* CSS */
color: #baeef3;
background-color: #baeef3;
/* Tailwind (arbitrary) */
class="text-[#baeef3] bg-[#baeef3]"
/* SCSS */
$brand: #baeef3;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#baeef3")Accessibility — WCAG contrast
Aa
#baeef3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeef3 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#baeef3 text on a black background
contrast 16.61:1
Card sample
#baeef3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeef3;
Background color
Panel with #baeef3 background
background-color: #baeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeef3; background: linear-gradient(135deg, #baeef3, #BAC8F3);