#bacdce
a light, soft cyan · cool · closest name: silver
RGB
186, 205, 206
HSL
183°, 17%, 77%
CMYK
10, 1, 0, 19
Luminance
0.5856
Every format
| HEX | #bacdce |
| RGB | rgb(186, 205, 206) |
| HSL | hsl(183, 17%, 77%) |
| CMYK | cmyk(10%, 1%, 0%, 19%) |
| LAB | lab(81.0 -6.2 -2.7) |
| LCH | lch(81.0 6.8 203.5) |
| OKLCH | oklch(0.834 0.021 200.6) |
Copy-ready code
/* CSS */
color: #bacdce;
background-color: #bacdce;
/* Tailwind (arbitrary) */
class="text-[#bacdce] bg-[#bacdce]"
/* SCSS */
$brand: #bacdce;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.808)
/* Android */
Color.parseColor("#bacdce")Accessibility — WCAG contrast
Aa
#bacdce on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdce on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta0.5%
Yellow0.0%
Key (black)19.2%
Color previews
#bacdce text on a black background
contrast 12.71:1
Card sample
#bacdce text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdce;
Background color
Panel with #bacdce background
background-color: #bacdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdce; background: linear-gradient(135deg, #bacdce, #BAC0CE);