#bacaf7
a light, electric blue · cool · closest name: lavender
RGB
186, 202, 247
HSL
224°, 79%, 85%
CMYK
25, 18, 0, 3
Luminance
0.5940
Every format
| HEX | #bacaf7 |
| RGB | rgb(186, 202, 247) |
| HSL | hsl(224, 79%, 85%) |
| CMYK | cmyk(25%, 18%, 0%, 3%) |
| LAB | lab(81.5 4.2 -23.9) |
| LCH | lch(81.5 24.3 279.9) |
| OKLCH | oklch(0.842 0.066 269.6) |
Copy-ready code
/* CSS */
color: #bacaf7;
background-color: #bacaf7;
/* Tailwind (arbitrary) */
class="text-[#bacaf7] bg-[#bacaf7]"
/* SCSS */
$brand: #bacaf7;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#bacaf7")Accessibility — WCAG contrast
Aa
#bacaf7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacaf7 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#bacaf7 text on a black background
contrast 12.88:1
Card sample
#bacaf7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacaf7;
Background color
Panel with #bacaf7 background
background-color: #bacaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacaf7; background: linear-gradient(135deg, #bacaf7, #D3BAF7);