#bae2f4
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 226, 244
HSL
199°, 73%, 84%
CMYK
24, 7, 0, 4
Luminance
0.7136
Every format
| HEX | #bae2f4 |
| RGB | rgb(186, 226, 244) |
| HSL | hsl(199, 73%, 84%) |
| CMYK | cmyk(24%, 7%, 0%, 4%) |
| LAB | lab(87.7 -9.1 -13.0) |
| LCH | lch(87.7 15.9 235.1) |
| OKLCH | oklch(0.890 0.049 227.0) |
Copy-ready code
/* CSS */
color: #bae2f4;
background-color: #bae2f4;
/* Tailwind (arbitrary) */
class="text-[#bae2f4] bg-[#bae2f4]"
/* SCSS */
$brand: #bae2f4;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#bae2f4")Accessibility — WCAG contrast
Aa
#bae2f4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2f4 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta7.4%
Yellow0.0%
Key (black)4.3%
Color previews
#bae2f4 text on a black background
contrast 15.27:1
Card sample
#bae2f4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2f4;
Background color
Panel with #bae2f4 background
background-color: #bae2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2f4; background: linear-gradient(135deg, #bae2f4, #BABBF4);