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