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