#bacee2
a light, soft blue · cool · closest name: lavender
RGB
186, 206, 226
HSL
210°, 41%, 81%
CMYK
18, 9, 0, 11
Luminance
0.6007
Every format
| HEX | #bacee2 |
| RGB | rgb(186, 206, 226) |
| HSL | hsl(210, 41%, 81%) |
| CMYK | cmyk(18%, 9%, 0%, 11%) |
| LAB | lab(81.9 -2.6 -12.2) |
| LCH | lch(81.9 12.4 257.9) |
| OKLCH | oklch(0.843 0.035 248.2) |
Copy-ready code
/* CSS */
color: #bacee2;
background-color: #bacee2;
/* Tailwind (arbitrary) */
class="text-[#bacee2] bg-[#bacee2]"
/* SCSS */
$brand: #bacee2;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#bacee2")Accessibility — WCAG contrast
Aa
#bacee2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacee2 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue88.6%
CMYK percentages
Cyan17.7%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#bacee2 text on a black background
contrast 13.01:1
Card sample
#bacee2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacee2;
Background color
Panel with #bacee2 background
background-color: #bacee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacee2; background: linear-gradient(135deg, #bacee2, #C1BAE2);