#bac1eb
a light, vivid blue · warm · closest name: lavender
RGB
186, 193, 235
HSL
231°, 55%, 83%
CMYK
21, 18, 0, 8
Luminance
0.5458
Every format
| HEX | #bac1eb |
| RGB | rgb(186, 193, 235) |
| HSL | hsl(231, 55%, 83%) |
| CMYK | cmyk(21%, 18%, 0%, 8%) |
| LAB | lab(78.8 6.3 -21.6) |
| LCH | lch(78.8 22.5 286.3) |
| OKLCH | oklch(0.820 0.060 277.6) |
Copy-ready code
/* CSS */
color: #bac1eb;
background-color: #bac1eb;
/* Tailwind (arbitrary) */
class="text-[#bac1eb] bg-[#bac1eb]"
/* SCSS */
$brand: #bac1eb;
/* SwiftUI */
Color(red: 0.729, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#bac1eb")Accessibility — WCAG contrast
Aa
#bac1eb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac1eb on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.7%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bac1eb text on a black background
contrast 11.92:1
Card sample
#bac1eb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac1eb;
Background color
Panel with #bac1eb background
background-color: #bac1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac1eb; background: linear-gradient(135deg, #bac1eb, #D4BAEB);