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