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