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