#bae9da
a light, vivid cyan · cool · closest name: beige
RGB
186, 233, 218
HSL
161°, 52%, 82%
CMYK
20, 0, 6, 9
Luminance
0.7378
Every format
| HEX | #bae9da |
| RGB | rgb(186, 233, 218) |
| HSL | hsl(161, 52%, 82%) |
| CMYK | cmyk(20%, 0%, 6%, 9%) |
| LAB | lab(88.8 -18.1 2.3) |
| LCH | lch(88.8 18.2 172.7) |
| OKLCH | oklch(0.897 0.053 173.6) |
Copy-ready code
/* CSS */
color: #bae9da;
background-color: #bae9da;
/* Tailwind (arbitrary) */
class="text-[#bae9da] bg-[#bae9da]"
/* SCSS */
$brand: #bae9da;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#bae9da")Accessibility — WCAG contrast
Aa
#bae9da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae9da on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue85.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#bae9da text on a black background
contrast 15.76:1
Card sample
#bae9da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae9da;
Background color
Panel with #bae9da background
background-color: #bae9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae9da; background: linear-gradient(135deg, #bae9da, #BAD9E9);