#bae7df
a light, vivid cyan · cool · closest name: beige
RGB
186, 231, 223
HSL
169°, 48%, 82%
CMYK
20, 0, 4, 9
Luminance
0.7292
Every format
| HEX | #bae7df |
| RGB | rgb(186, 231, 223) |
| HSL | hsl(169, 48%, 82%) |
| CMYK | cmyk(20%, 0%, 4%, 9%) |
| LAB | lab(88.4 -16.1 -0.9) |
| LCH | lch(88.4 16.1 183.2) |
| OKLCH | oklch(0.894 0.048 183.2) |
Copy-ready code
/* CSS */
color: #bae7df;
background-color: #bae7df;
/* Tailwind (arbitrary) */
class="text-[#bae7df] bg-[#bae7df]"
/* SCSS */
$brand: #bae7df;
/* SwiftUI */
Color(red: 0.729, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#bae7df")Accessibility — WCAG contrast
Aa
#bae7df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae7df on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green90.6%
Blue87.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#bae7df text on a black background
contrast 15.58:1
Card sample
#bae7df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae7df;
Background color
Panel with #bae7df background
background-color: #bae7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae7df; background: linear-gradient(135deg, #bae7df, #BAD1E7);