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