#bae4df
a light, soft cyan · cool · closest name: silver
RGB
186, 228, 223
HSL
173°, 44%, 81%
CMYK
18, 0, 2, 11
Luminance
0.7125
Every format
| HEX | #bae4df |
| RGB | rgb(186, 228, 223) |
| HSL | hsl(173, 44%, 81%) |
| CMYK | cmyk(18%, 0%, 2%, 11%) |
| LAB | lab(87.6 -14.6 -2.1) |
| LCH | lch(87.6 14.7 188.1) |
| OKLCH | oklch(0.888 0.044 187.5) |
Copy-ready code
/* CSS */
color: #bae4df;
background-color: #bae4df;
/* Tailwind (arbitrary) */
class="text-[#bae4df] bg-[#bae4df]"
/* SCSS */
$brand: #bae4df;
/* SwiftUI */
Color(red: 0.729, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#bae4df")Accessibility — WCAG contrast
Aa
#bae4df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae4df on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#bae4df text on a black background
contrast 15.25:1
Card sample
#bae4df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae4df;
Background color
Panel with #bae4df background
background-color: #bae4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae4df; background: linear-gradient(135deg, #bae4df, #BACDE4);