#bacecf
a light, soft cyan · cool · closest name: silver
RGB
186, 206, 207
HSL
183°, 18%, 77%
CMYK
10, 1, 0, 19
Luminance
0.5909
Every format
| HEX | #bacecf |
| RGB | rgb(186, 206, 207) |
| HSL | hsl(183, 18%, 77%) |
| CMYK | cmyk(10%, 1%, 0%, 19%) |
| LAB | lab(81.3 -6.5 -2.8) |
| LCH | lch(81.3 7.1 203.2) |
| OKLCH | oklch(0.837 0.022 200.4) |
Copy-ready code
/* CSS */
color: #bacecf;
background-color: #bacecf;
/* Tailwind (arbitrary) */
class="text-[#bacecf] bg-[#bacecf]"
/* SCSS */
$brand: #bacecf;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#bacecf")Accessibility — WCAG contrast
Aa
#bacecf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacecf on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bacecf text on a black background
contrast 12.82:1
Card sample
#bacecf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacecf;
Background color
Panel with #bacecf background
background-color: #bacecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacecf; background: linear-gradient(135deg, #bacecf, #BAC0CF);