#bac2cc
a light, soft blue · cool · closest name: silver
RGB
186, 194, 204
HSL
213°, 15%, 77%
CMYK
9, 5, 0, 20
Luminance
0.5338
Every format
| HEX | #bac2cc |
| RGB | rgb(186, 194, 204) |
| HSL | hsl(213, 15%, 77%) |
| CMYK | cmyk(9%, 5%, 0%, 20%) |
| LAB | lab(78.1 -0.8 -6.0) |
| LCH | lch(78.1 6.0 262.3) |
| OKLCH | oklch(0.811 0.017 253.9) |
Copy-ready code
/* CSS */
color: #bac2cc;
background-color: #bac2cc;
/* Tailwind (arbitrary) */
class="text-[#bac2cc] bg-[#bac2cc]"
/* SCSS */
$brand: #bac2cc;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#bac2cc")Accessibility — WCAG contrast
Aa
#bac2cc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2cc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#bac2cc text on a black background
contrast 11.68:1
Card sample
#bac2cc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2cc;
Background color
Panel with #bac2cc background
background-color: #bac2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2cc; background: linear-gradient(135deg, #bac2cc, #BEBACC);