#bac7cf
a light, soft blue · cool · closest name: silver
RGB
186, 199, 207
HSL
203°, 18%, 77%
CMYK
10, 4, 0, 19
Luminance
0.5579
Every format
| HEX | #bac7cf |
| RGB | rgb(186, 199, 207) |
| HSL | hsl(203, 18%, 77%) |
| CMYK | cmyk(10%, 4%, 0%, 19%) |
| LAB | lab(79.5 -2.9 -5.5) |
| LCH | lch(79.5 6.2 242.7) |
| OKLCH | oklch(0.822 0.018 234.6) |
Copy-ready code
/* CSS */
color: #bac7cf;
background-color: #bac7cf;
/* Tailwind (arbitrary) */
class="text-[#bac7cf] bg-[#bac7cf]"
/* SCSS */
$brand: #bac7cf;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#bac7cf")Accessibility — WCAG contrast
Aa
#bac7cf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac7cf on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bac7cf text on a black background
contrast 12.16:1
Card sample
#bac7cf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac7cf;
Background color
Panel with #bac7cf background
background-color: #bac7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac7cf; background: linear-gradient(135deg, #bac7cf, #BBBACF);