#baceec
a light, vivid blue · cool · closest name: lavender
RGB
186, 206, 236
HSL
216°, 57%, 83%
CMYK
21, 13, 0, 8
Luminance
0.6064
Every format
| HEX | #baceec |
| RGB | rgb(186, 206, 236) |
| HSL | hsl(216, 57%, 83%) |
| CMYK | cmyk(21%, 13%, 0%, 8%) |
| LAB | lab(82.2 -0.4 -17.0) |
| LCH | lch(82.2 17.0 268.6) |
| OKLCH | oklch(0.846 0.047 258.4) |
Copy-ready code
/* CSS */
color: #baceec;
background-color: #baceec;
/* Tailwind (arbitrary) */
class="text-[#baceec] bg-[#baceec]"
/* SCSS */
$brand: #baceec;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.925)
/* Android */
Color.parseColor("#baceec")Accessibility — WCAG contrast
Aa
#baceec on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceec on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue92.5%
CMYK percentages
Cyan21.2%
Magenta12.7%
Yellow0.0%
Key (black)7.5%
Color previews
#baceec text on a black background
contrast 13.13:1
Card sample
#baceec text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceec;
Background color
Panel with #baceec background
background-color: #baceec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceec; background: linear-gradient(135deg, #baceec, #C7BAEC);