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