#bacbfd
a pale, electric blue · cool · closest name: lavender
RGB
186, 203, 253
HSL
225°, 94%, 86%
CMYK
27, 20, 0, 1
Luminance
0.6024
Every format
| HEX | #bacbfd |
| RGB | rgb(186, 203, 253) |
| HSL | hsl(225, 94%, 86%) |
| CMYK | cmyk(27%, 20%, 0%, 1%) |
| LAB | lab(82.0 5.0 -26.4) |
| LCH | lch(82.0 26.9 280.8) |
| OKLCH | oklch(0.846 0.072 270.2) |
Copy-ready code
/* CSS */
color: #bacbfd;
background-color: #bacbfd;
/* Tailwind (arbitrary) */
class="text-[#bacbfd] bg-[#bacbfd]"
/* SCSS */
$brand: #bacbfd;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#bacbfd")Accessibility — WCAG contrast
Aa
#bacbfd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacbfd on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bacbfd text on a black background
contrast 13.05:1
Card sample
#bacbfd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacbfd;
Background color
Panel with #bacbfd background
background-color: #bacbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacbfd; background: linear-gradient(135deg, #bacbfd, #D6BAFD);