#bac6eb
a light, vivid blue · warm · closest name: lavender
RGB
186, 198, 235
HSL
225°, 55%, 83%
CMYK
21, 16, 0, 8
Luminance
0.5683
Every format
| HEX | #bac6eb |
| RGB | rgb(186, 198, 235) |
| HSL | hsl(225, 55%, 83%) |
| CMYK | cmyk(21%, 16%, 0%, 8%) |
| LAB | lab(80.1 3.6 -19.7) |
| LCH | lch(80.1 20.0 280.4) |
| OKLCH | oklch(0.830 0.054 271.1) |
Copy-ready code
/* CSS */
color: #bac6eb;
background-color: #bac6eb;
/* Tailwind (arbitrary) */
class="text-[#bac6eb] bg-[#bac6eb]"
/* SCSS */
$brand: #bac6eb;
/* SwiftUI */
Color(red: 0.729, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#bac6eb")Accessibility — WCAG contrast
Aa
#bac6eb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac6eb on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bac6eb text on a black background
contrast 12.37:1
Card sample
#bac6eb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac6eb;
Background color
Panel with #bac6eb background
background-color: #bac6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac6eb; background: linear-gradient(135deg, #bac6eb, #CFBAEB);