#bacecb
a light, soft cyan · cool · closest name: silver
RGB
186, 206, 203
HSL
171°, 17%, 77%
CMYK
10, 0, 2, 19
Luminance
0.5889
Every format
| HEX | #bacecb |
| RGB | rgb(186, 206, 203) |
| HSL | hsl(171, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 2%, 19%) |
| LAB | lab(81.2 -7.3 -0.8) |
| LCH | lch(81.2 7.3 186.3) |
| OKLCH | oklch(0.836 0.022 185.9) |
Copy-ready code
/* CSS */
color: #bacecb;
background-color: #bacecb;
/* Tailwind (arbitrary) */
class="text-[#bacecb] bg-[#bacecb]"
/* SCSS */
$brand: #bacecb;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#bacecb")Accessibility — WCAG contrast
Aa
#bacecb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacecb on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue79.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#bacecb text on a black background
contrast 12.78:1
Card sample
#bacecb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacecb;
Background color
Panel with #bacecb background
background-color: #bacecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacecb; background: linear-gradient(135deg, #bacecb, #BAC4CE);