#bae1df
a light, soft cyan · cool · closest name: silver
RGB
186, 225, 223
HSL
177°, 39%, 81%
CMYK
17, 0, 1, 12
Luminance
0.6962
Every format
| HEX | #bae1df |
| RGB | rgb(186, 225, 223) |
| HSL | hsl(177, 39%, 81%) |
| CMYK | cmyk(17%, 0%, 1%, 12%) |
| LAB | lab(86.8 -13.1 -3.3) |
| LCH | lch(86.8 13.4 194.0) |
| OKLCH | oklch(0.881 0.041 192.6) |
Copy-ready code
/* CSS */
color: #bae1df;
background-color: #bae1df;
/* Tailwind (arbitrary) */
class="text-[#bae1df] bg-[#bae1df]"
/* SCSS */
$brand: #bae1df;
/* SwiftUI */
Color(red: 0.729, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#bae1df")Accessibility — WCAG contrast
Aa
#bae1df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae1df on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.2%
Blue87.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#bae1df text on a black background
contrast 14.92:1
Card sample
#bae1df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae1df;
Background color
Panel with #bae1df background
background-color: #bae1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae1df; background: linear-gradient(135deg, #bae1df, #BAC9E1);