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