#bacafd
a pale, electric blue · warm · closest name: lavender
RGB
186, 202, 253
HSL
226°, 94%, 86%
CMYK
27, 20, 0, 1
Luminance
0.5977
Every format
| HEX | #bacafd |
| RGB | rgb(186, 202, 253) |
| HSL | hsl(226, 94%, 86%) |
| CMYK | cmyk(27%, 20%, 0%, 1%) |
| LAB | lab(81.7 5.6 -26.8) |
| LCH | lch(81.7 27.4 281.7) |
| OKLCH | oklch(0.844 0.074 271.2) |
Copy-ready code
/* CSS */
color: #bacafd;
background-color: #bacafd;
/* Tailwind (arbitrary) */
class="text-[#bacafd] bg-[#bacafd]"
/* SCSS */
$brand: #bacafd;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#bacafd")Accessibility — WCAG contrast
Aa
#bacafd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacafd on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bacafd text on a black background
contrast 12.95:1
Card sample
#bacafd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacafd;
Background color
Panel with #bacafd background
background-color: #bacafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacafd; background: linear-gradient(135deg, #bacafd, #D7BAFD);