#bae2ec
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 226, 236
HSL
192°, 57%, 83%
CMYK
21, 4, 0, 8
Luminance
0.7089
Every format
| HEX | #bae2ec |
| RGB | rgb(186, 226, 236) |
| HSL | hsl(192, 57%, 83%) |
| CMYK | cmyk(21%, 4%, 0%, 8%) |
| LAB | lab(87.4 -10.8 -9.2) |
| LCH | lch(87.4 14.2 220.3) |
| OKLCH | oklch(0.887 0.044 214.6) |
Copy-ready code
/* CSS */
color: #bae2ec;
background-color: #bae2ec;
/* Tailwind (arbitrary) */
class="text-[#bae2ec] bg-[#bae2ec]"
/* SCSS */
$brand: #bae2ec;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.925)
/* Android */
Color.parseColor("#bae2ec")Accessibility — WCAG contrast
Aa
#bae2ec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2ec on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue92.5%
CMYK percentages
Cyan21.2%
Magenta4.2%
Yellow0.0%
Key (black)7.5%
Color previews
#bae2ec text on a black background
contrast 15.18:1
Card sample
#bae2ec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2ec;
Background color
Panel with #bae2ec background
background-color: #bae2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2ec; background: linear-gradient(135deg, #bae2ec, #BAC1EC);