#bac3da
a light, soft blue · cool · closest name: silver
RGB
186, 195, 218
HSL
223°, 30%, 79%
CMYK
15, 11, 0, 15
Luminance
0.5453
Every format
| HEX | #bac3da |
| RGB | rgb(186, 195, 218) |
| HSL | hsl(223, 30%, 79%) |
| CMYK | cmyk(15%, 11%, 0%, 15%) |
| LAB | lab(78.8 1.5 -12.5) |
| LCH | lch(78.8 12.6 277.0) |
| OKLCH | oklch(0.818 0.034 268.6) |
Copy-ready code
/* CSS */
color: #bac3da;
background-color: #bac3da;
/* Tailwind (arbitrary) */
class="text-[#bac3da] bg-[#bac3da]"
/* SCSS */
$brand: #bac3da;
/* SwiftUI */
Color(red: 0.729, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#bac3da")Accessibility — WCAG contrast
Aa
#bac3da on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac3da on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.5%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#bac3da text on a black background
contrast 11.91:1
Card sample
#bac3da text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac3da;
Background color
Panel with #bac3da background
background-color: #bac3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac3da; background: linear-gradient(135deg, #bac3da, #C6BADA);