#baccf1
a light, vivid blue · cool · closest name: lavender
RGB
186, 204, 241
HSL
220°, 66%, 84%
CMYK
23, 15, 0, 6
Luminance
0.5998
Every format
| HEX | #baccf1 |
| RGB | rgb(186, 204, 241) |
| HSL | hsl(220, 66%, 84%) |
| CMYK | cmyk(23%, 15%, 0%, 6%) |
| LAB | lab(81.8 1.8 -20.2) |
| LCH | lch(81.8 20.3 274.9) |
| OKLCH | oklch(0.844 0.056 264.7) |
Copy-ready code
/* CSS */
color: #baccf1;
background-color: #baccf1;
/* Tailwind (arbitrary) */
class="text-[#baccf1] bg-[#baccf1]"
/* SCSS */
$brand: #baccf1;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#baccf1")Accessibility — WCAG contrast
Aa
#baccf1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccf1 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#baccf1 text on a black background
contrast 13.00:1
Card sample
#baccf1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccf1;
Background color
Panel with #baccf1 background
background-color: #baccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccf1; background: linear-gradient(135deg, #baccf1, #CDBAF1);