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