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