#bac9da
a light, soft blue · cool · closest name: silver
RGB
186, 201, 218
HSL
212°, 30%, 79%
CMYK
15, 8, 0, 15
Luminance
0.5727
Every format
| HEX | #bac9da |
| RGB | rgb(186, 201, 218) |
| HSL | hsl(212, 30%, 79%) |
| CMYK | cmyk(15%, 8%, 0%, 15%) |
| LAB | lab(80.3 -1.7 -10.2) |
| LCH | lch(80.3 10.3 260.7) |
| OKLCH | oklch(0.830 0.029 251.5) |
Copy-ready code
/* CSS */
color: #bac9da;
background-color: #bac9da;
/* Tailwind (arbitrary) */
class="text-[#bac9da] bg-[#bac9da]"
/* SCSS */
$brand: #bac9da;
/* SwiftUI */
Color(red: 0.729, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#bac9da")Accessibility — WCAG contrast
Aa
#bac9da on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac9da on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.8%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#bac9da text on a black background
contrast 12.45:1
Card sample
#bac9da text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac9da;
Background color
Panel with #bac9da background
background-color: #bac9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac9da; background: linear-gradient(135deg, #bac9da, #C0BADA);