#bac2d8
a light, soft blue · cool · closest name: silver
RGB
186, 194, 216
HSL
224°, 28%, 79%
CMYK
14, 10, 0, 15
Luminance
0.5398
Every format
| HEX | #bac2d8 |
| RGB | rgb(186, 194, 216) |
| HSL | hsl(224, 28%, 79%) |
| CMYK | cmyk(14%, 10%, 0%, 15%) |
| LAB | lab(78.5 1.6 -11.9) |
| LCH | lch(78.5 12.0 277.9) |
| OKLCH | oklch(0.815 0.032 269.8) |
Copy-ready code
/* CSS */
color: #bac2d8;
background-color: #bac2d8;
/* Tailwind (arbitrary) */
class="text-[#bac2d8] bg-[#bac2d8]"
/* SCSS */
$brand: #bac2d8;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.847)
/* Android */
Color.parseColor("#bac2d8")Accessibility — WCAG contrast
Aa
#bac2d8 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2d8 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue84.7%
CMYK percentages
Cyan13.9%
Magenta10.2%
Yellow0.0%
Key (black)15.3%
Color previews
#bac2d8 text on a black background
contrast 11.80:1
Card sample
#bac2d8 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2d8;
Background color
Panel with #bac2d8 background
background-color: #bac2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2d8; background: linear-gradient(135deg, #bac2d8, #C6BAD8);