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