#bac3eb
a light, vivid blue · warm · closest name: lavender
RGB
186, 195, 235
HSL
229°, 55%, 83%
CMYK
21, 17, 0, 8
Luminance
0.5547
Every format
| HEX | #bac3eb |
| RGB | rgb(186, 195, 235) |
| HSL | hsl(229, 55%, 83%) |
| CMYK | cmyk(21%, 17%, 0%, 8%) |
| LAB | lab(79.3 5.2 -20.8) |
| LCH | lch(79.3 21.5 284.1) |
| OKLCH | oklch(0.824 0.057 275.1) |
Copy-ready code
/* CSS */
color: #bac3eb;
background-color: #bac3eb;
/* Tailwind (arbitrary) */
class="text-[#bac3eb] bg-[#bac3eb]"
/* SCSS */
$brand: #bac3eb;
/* SwiftUI */
Color(red: 0.729, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#bac3eb")Accessibility — WCAG contrast
Aa
#bac3eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac3eb on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bac3eb text on a black background
contrast 12.09:1
Card sample
#bac3eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac3eb;
Background color
Panel with #bac3eb background
background-color: #bac3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac3eb; background: linear-gradient(135deg, #bac3eb, #D2BAEB);