#bacad1
a light, soft cyan · cool · closest name: silver
RGB
186, 202, 209
HSL
198°, 20%, 78%
CMYK
11, 3, 0, 18
Luminance
0.5728
Every format
| HEX | #bacad1 |
| RGB | rgb(186, 202, 209) |
| HSL | hsl(198, 20%, 78%) |
| CMYK | cmyk(11%, 3%, 0%, 18%) |
| LAB | lab(80.3 -4.0 -5.3) |
| LCH | lch(80.3 6.7 233.0) |
| OKLCH | oklch(0.829 0.020 225.8) |
Copy-ready code
/* CSS */
color: #bacad1;
background-color: #bacad1;
/* Tailwind (arbitrary) */
class="text-[#bacad1] bg-[#bacad1]"
/* SCSS */
$brand: #bacad1;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#bacad1")Accessibility — WCAG contrast
Aa
#bacad1 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacad1 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue82.0%
CMYK percentages
Cyan11.0%
Magenta3.3%
Yellow0.0%
Key (black)18.0%
Color previews
#bacad1 text on a black background
contrast 12.46:1
Card sample
#bacad1 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacad1;
Background color
Panel with #bacad1 background
background-color: #bacad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacad1; background: linear-gradient(135deg, #bacad1, #BABBD1);