#bac7cd
a light, soft cyan · cool · closest name: silver
RGB
186, 199, 205
HSL
199°, 16%, 77%
CMYK
9, 3, 0, 20
Luminance
0.5569
Every format
| HEX | #bac7cd |
| RGB | rgb(186, 199, 205) |
| HSL | hsl(199, 16%, 77%) |
| CMYK | cmyk(9%, 3%, 0%, 20%) |
| LAB | lab(79.4 -3.3 -4.5) |
| LCH | lch(79.4 5.6 234.3) |
| OKLCH | oklch(0.822 0.017 227.0) |
Copy-ready code
/* CSS */
color: #bac7cd;
background-color: #bac7cd;
/* Tailwind (arbitrary) */
class="text-[#bac7cd] bg-[#bac7cd]"
/* SCSS */
$brand: #bac7cd;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.804)
/* Android */
Color.parseColor("#bac7cd")Accessibility — WCAG contrast
Aa
#bac7cd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac7cd on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta2.9%
Yellow0.0%
Key (black)19.6%
Color previews
#bac7cd text on a black background
contrast 12.14:1
Card sample
#bac7cd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac7cd;
Background color
Panel with #bac7cd background
background-color: #bac7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac7cd; background: linear-gradient(135deg, #bac7cd, #BABACD);