#baccf2
a light, vivid blue · cool · closest name: lavender
RGB
186, 204, 242
HSL
221°, 68%, 84%
CMYK
23, 16, 0, 5
Luminance
0.6004
Every format
| HEX | #baccf2 |
| RGB | rgb(186, 204, 242) |
| HSL | hsl(221, 68%, 84%) |
| CMYK | cmyk(23%, 16%, 0%, 5%) |
| LAB | lab(81.9 2.0 -20.7) |
| LCH | lch(81.9 20.8 275.4) |
| OKLCH | oklch(0.844 0.057 265.2) |
Copy-ready code
/* CSS */
color: #baccf2;
background-color: #baccf2;
/* Tailwind (arbitrary) */
class="text-[#baccf2] bg-[#baccf2]"
/* SCSS */
$brand: #baccf2;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#baccf2")Accessibility — WCAG contrast
Aa
#baccf2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccf2 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#baccf2 text on a black background
contrast 13.01:1
Card sample
#baccf2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccf2;
Background color
Panel with #baccf2 background
background-color: #baccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccf2; background: linear-gradient(135deg, #baccf2, #CDBAF2);