#bacce4
a light, soft blue · cool · closest name: lavender
RGB
186, 204, 228
HSL
214°, 44%, 81%
CMYK
18, 11, 0, 11
Luminance
0.5923
Every format
| HEX | #bacce4 |
| RGB | rgb(186, 204, 228) |
| HSL | hsl(214, 44%, 81%) |
| CMYK | cmyk(18%, 11%, 0%, 11%) |
| LAB | lab(81.4 -1.1 -13.9) |
| LCH | lch(81.4 14.0 265.4) |
| OKLCH | oklch(0.839 0.039 255.6) |
Copy-ready code
/* CSS */
color: #bacce4;
background-color: #bacce4;
/* Tailwind (arbitrary) */
class="text-[#bacce4] bg-[#bacce4]"
/* SCSS */
$brand: #bacce4;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.894)
/* Android */
Color.parseColor("#bacce4")Accessibility — WCAG contrast
Aa
#bacce4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacce4 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue89.4%
CMYK percentages
Cyan18.4%
Magenta10.5%
Yellow0.0%
Key (black)10.6%
Color previews
#bacce4 text on a black background
contrast 12.85:1
Card sample
#bacce4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacce4;
Background color
Panel with #bacce4 background
background-color: #bacce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacce4; background: linear-gradient(135deg, #bacce4, #C4BAE4);