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