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