#bacceb
a light, vivid blue · cool · closest name: lavender
RGB
186, 204, 235
HSL
218°, 55%, 83%
CMYK
21, 13, 0, 8
Luminance
0.5962
Every format
| HEX | #bacceb |
| RGB | rgb(186, 204, 235) |
| HSL | hsl(218, 55%, 83%) |
| CMYK | cmyk(21%, 13%, 0%, 8%) |
| LAB | lab(81.6 0.4 -17.3) |
| LCH | lch(81.6 17.3 271.4) |
| OKLCH | oklch(0.842 0.048 261.3) |
Copy-ready code
/* CSS */
color: #bacceb;
background-color: #bacceb;
/* Tailwind (arbitrary) */
class="text-[#bacceb] bg-[#bacceb]"
/* SCSS */
$brand: #bacceb;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#bacceb")Accessibility — WCAG contrast
Aa
#bacceb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacceb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bacceb text on a black background
contrast 12.92:1
Card sample
#bacceb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacceb;
Background color
Panel with #bacceb background
background-color: #bacceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacceb; background: linear-gradient(135deg, #bacceb, #C9BAEB);