#bae2df
a light, soft cyan · cool · closest name: silver
RGB
186, 226, 223
HSL
176°, 41%, 81%
CMYK
18, 0, 1, 11
Luminance
0.7016
Every format
| HEX | #bae2df |
| RGB | rgb(186, 226, 223) |
| HSL | hsl(176, 41%, 81%) |
| CMYK | cmyk(18%, 0%, 1%, 11%) |
| LAB | lab(87.1 -13.6 -2.9) |
| LCH | lch(87.1 13.9 191.9) |
| OKLCH | oklch(0.883 0.042 190.8) |
Copy-ready code
/* CSS */
color: #bae2df;
background-color: #bae2df;
/* Tailwind (arbitrary) */
class="text-[#bae2df] bg-[#bae2df]"
/* SCSS */
$brand: #bae2df;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#bae2df")Accessibility — WCAG contrast
Aa
#bae2df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2df on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue87.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#bae2df text on a black background
contrast 15.03:1
Card sample
#bae2df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2df;
Background color
Panel with #bae2df background
background-color: #bae2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2df; background: linear-gradient(135deg, #bae2df, #BACAE2);