#bac4ee
a light, vivid blue · warm · closest name: lavender
RGB
186, 196, 238
HSL
229°, 61%, 83%
CMYK
22, 18, 0, 7
Luminance
0.5609
Every format
| HEX | #bac4ee |
| RGB | rgb(186, 196, 238) |
| HSL | hsl(229, 61%, 83%) |
| CMYK | cmyk(22%, 18%, 0%, 7%) |
| LAB | lab(79.7 5.4 -21.9) |
| LCH | lch(79.7 22.6 283.8) |
| OKLCH | oklch(0.827 0.060 274.5) |
Copy-ready code
/* CSS */
color: #bac4ee;
background-color: #bac4ee;
/* Tailwind (arbitrary) */
class="text-[#bac4ee] bg-[#bac4ee]"
/* SCSS */
$brand: #bac4ee;
/* SwiftUI */
Color(red: 0.729, green: 0.769, blue: 0.933)
/* Android */
Color.parseColor("#bac4ee")Accessibility — WCAG contrast
Aa
#bac4ee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac4ee on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.9%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta17.6%
Yellow0.0%
Key (black)6.7%
Color previews
#bac4ee text on a black background
contrast 12.22:1
Card sample
#bac4ee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac4ee;
Background color
Panel with #bac4ee background
background-color: #bac4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 196, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 196, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac4ee; background: linear-gradient(135deg, #bac4ee, #D3BAEE);