#bae8eb
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 232, 235
HSL
184°, 55%, 83%
CMYK
21, 1, 0, 8
Luminance
0.7415
Every format
| HEX | #bae8eb |
| RGB | rgb(186, 232, 235) |
| HSL | hsl(184, 55%, 83%) |
| CMYK | cmyk(21%, 1%, 0%, 8%) |
| LAB | lab(89.0 -14.1 -6.3) |
| LCH | lch(89.0 15.4 204.2) |
| OKLCH | oklch(0.900 0.048 201.3) |
Copy-ready code
/* CSS */
color: #bae8eb;
background-color: #bae8eb;
/* Tailwind (arbitrary) */
class="text-[#bae8eb] bg-[#bae8eb]"
/* SCSS */
$brand: #bae8eb;
/* SwiftUI */
Color(red: 0.729, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#bae8eb")Accessibility — WCAG contrast
Aa
#bae8eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae8eb on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bae8eb text on a black background
contrast 15.83:1
Card sample
#bae8eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae8eb;
Background color
Panel with #bae8eb background
background-color: #bae8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae8eb; background: linear-gradient(135deg, #bae8eb, #BAC7EB);