#bae1eb
a light, vivid cyan · cool · closest name: lavender
RGB
186, 225, 235
HSL
192°, 55%, 83%
CMYK
21, 4, 0, 8
Luminance
0.7029
Every format
| HEX | #bae1eb |
| RGB | rgb(186, 225, 235) |
| HSL | hsl(192, 55%, 83%) |
| CMYK | cmyk(21%, 4%, 0%, 8%) |
| LAB | lab(87.1 -10.5 -9.1) |
| LCH | lch(87.1 13.9 220.8) |
| OKLCH | oklch(0.885 0.043 215.0) |
Copy-ready code
/* CSS */
color: #bae1eb;
background-color: #bae1eb;
/* Tailwind (arbitrary) */
class="text-[#bae1eb] bg-[#bae1eb]"
/* SCSS */
$brand: #bae1eb;
/* SwiftUI */
Color(red: 0.729, green: 0.882, blue: 0.922)
/* Android */
Color.parseColor("#bae1eb")Accessibility — WCAG contrast
Aa
#bae1eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae1eb on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.2%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta4.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bae1eb text on a black background
contrast 15.06:1
Card sample
#bae1eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae1eb;
Background color
Panel with #bae1eb background
background-color: #bae1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 225, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 225, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae1eb; background: linear-gradient(135deg, #bae1eb, #BAC0EB);