#bac2da
a light, soft blue · warm · closest name: silver
RGB
186, 194, 218
HSL
225°, 30%, 79%
CMYK
15, 11, 0, 15
Luminance
0.5408
Every format
| HEX | #bac2da |
| RGB | rgb(186, 194, 218) |
| HSL | hsl(225, 30%, 79%) |
| CMYK | cmyk(15%, 11%, 0%, 15%) |
| LAB | lab(78.5 2.1 -12.9) |
| LCH | lch(78.5 13.1 279.1) |
| OKLCH | oklch(0.815 0.035 271.0) |
Copy-ready code
/* CSS */
color: #bac2da;
background-color: #bac2da;
/* Tailwind (arbitrary) */
class="text-[#bac2da] bg-[#bac2da]"
/* SCSS */
$brand: #bac2da;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#bac2da")Accessibility — WCAG contrast
Aa
#bac2da on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2da on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#bac2da text on a black background
contrast 11.82:1
Card sample
#bac2da text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2da;
Background color
Panel with #bac2da background
background-color: #bac2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2da; background: linear-gradient(135deg, #bac2da, #C7BADA);