#bacbdf
a light, soft blue · cool · closest name: lavender
RGB
186, 203, 223
HSL
212°, 37%, 80%
CMYK
17, 9, 0, 13
Luminance
0.5848
Every format
| HEX | #bacbdf |
| RGB | rgb(186, 203, 223) |
| HSL | hsl(212, 37%, 80%) |
| CMYK | cmyk(17%, 9%, 0%, 13%) |
| LAB | lab(81.0 -1.7 -11.8) |
| LCH | lch(81.0 12.0 262.0) |
| OKLCH | oklch(0.836 0.034 252.5) |
Copy-ready code
/* CSS */
color: #bacbdf;
background-color: #bacbdf;
/* Tailwind (arbitrary) */
class="text-[#bacbdf] bg-[#bacbdf]"
/* SCSS */
$brand: #bacbdf;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#bacbdf")Accessibility — WCAG contrast
Aa
#bacbdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacbdf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bacbdf text on a black background
contrast 12.70:1
Card sample
#bacbdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacbdf;
Background color
Panel with #bacbdf background
background-color: #bacbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacbdf; background: linear-gradient(135deg, #bacbdf, #C2BADF);