#bae3eb
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 227, 235
HSL
190°, 55%, 83%
CMYK
21, 3, 0, 8
Luminance
0.7138
Every format
| HEX | #bae3eb |
| RGB | rgb(186, 227, 235) |
| HSL | hsl(190, 55%, 83%) |
| CMYK | cmyk(21%, 3%, 0%, 8%) |
| LAB | lab(87.7 -11.6 -8.3) |
| LCH | lch(87.7 14.2 215.7) |
| OKLCH | oklch(0.889 0.044 210.8) |
Copy-ready code
/* CSS */
color: #bae3eb;
background-color: #bae3eb;
/* Tailwind (arbitrary) */
class="text-[#bae3eb] bg-[#bae3eb]"
/* SCSS */
$brand: #bae3eb;
/* SwiftUI */
Color(red: 0.729, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#bae3eb")Accessibility — WCAG contrast
Aa
#bae3eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae3eb on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bae3eb text on a black background
contrast 15.28:1
Card sample
#bae3eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae3eb;
Background color
Panel with #bae3eb background
background-color: #bae3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae3eb; background: linear-gradient(135deg, #bae3eb, #BAC2EB);