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