#bac1df
a light, soft blue · warm · closest name: lavender
RGB
186, 193, 223
HSL
229°, 37%, 80%
CMYK
17, 14, 0, 13
Luminance
0.5391
Every format
| HEX | #bac1df |
| RGB | rgb(186, 193, 223) |
| HSL | hsl(229, 37%, 80%) |
| CMYK | cmyk(17%, 14%, 0%, 13%) |
| LAB | lab(78.4 3.7 -15.8) |
| LCH | lch(78.4 16.2 283.1) |
| OKLCH | oklch(0.815 0.043 275.0) |
Copy-ready code
/* CSS */
color: #bac1df;
background-color: #bac1df;
/* Tailwind (arbitrary) */
class="text-[#bac1df] bg-[#bac1df]"
/* SCSS */
$brand: #bac1df;
/* SwiftUI */
Color(red: 0.729, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#bac1df")Accessibility — WCAG contrast
Aa
#bac1df on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac1df on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.7%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta13.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bac1df text on a black background
contrast 11.78:1
Card sample
#bac1df text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac1df;
Background color
Panel with #bac1df background
background-color: #bac1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac1df; background: linear-gradient(135deg, #bac1df, #CCBADF);