#bacbee
a light, vivid blue · cool · closest name: lavender
RGB
186, 203, 238
HSL
220°, 61%, 83%
CMYK
22, 15, 0, 7
Luminance
0.5932
Every format
| HEX | #bacbee |
| RGB | rgb(186, 203, 238) |
| HSL | hsl(220, 61%, 83%) |
| CMYK | cmyk(22%, 15%, 0%, 7%) |
| LAB | lab(81.5 1.6 -19.2) |
| LCH | lch(81.5 19.2 274.8) |
| OKLCH | oklch(0.841 0.052 264.8) |
Copy-ready code
/* CSS */
color: #bacbee;
background-color: #bacbee;
/* Tailwind (arbitrary) */
class="text-[#bacbee] bg-[#bacbee]"
/* SCSS */
$brand: #bacbee;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#bacbee")Accessibility — WCAG contrast
Aa
#bacbee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacbee on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bacbee text on a black background
contrast 12.86:1
Card sample
#bacbee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacbee;
Background color
Panel with #bacbee background
background-color: #bacbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacbee; background: linear-gradient(135deg, #bacbee, #CCBAEE);