#bae5df
a light, vivid cyan · cool · closest name: silver
RGB
186, 229, 223
HSL
172°, 45%, 81%
CMYK
19, 0, 3, 10
Luminance
0.7181
Every format
| HEX | #bae5df |
| RGB | rgb(186, 229, 223) |
| HSL | hsl(172, 45%, 81%) |
| CMYK | cmyk(19%, 0%, 3%, 10%) |
| LAB | lab(87.9 -15.1 -1.7) |
| LCH | lch(87.9 15.2 186.4) |
| OKLCH | oklch(0.890 0.045 186.0) |
Copy-ready code
/* CSS */
color: #bae5df;
background-color: #bae5df;
/* Tailwind (arbitrary) */
class="text-[#bae5df] bg-[#bae5df]"
/* SCSS */
$brand: #bae5df;
/* SwiftUI */
Color(red: 0.729, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#bae5df")Accessibility — WCAG contrast
Aa
#bae5df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae5df on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#bae5df text on a black background
contrast 15.36:1
Card sample
#bae5df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae5df;
Background color
Panel with #bae5df background
background-color: #bae5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae5df; background: linear-gradient(135deg, #bae5df, #BACEE5);