#bacadf
a light, soft blue · cool · closest name: lavender
RGB
186, 202, 223
HSL
214°, 37%, 80%
CMYK
17, 9, 0, 13
Luminance
0.5801
Every format
| HEX | #bacadf |
| RGB | rgb(186, 202, 223) |
| HSL | hsl(214, 37%, 80%) |
| CMYK | cmyk(17%, 9%, 0%, 13%) |
| LAB | lab(80.7 -1.1 -12.2) |
| LCH | lch(80.7 12.3 264.7) |
| OKLCH | oklch(0.834 0.034 255.2) |
Copy-ready code
/* CSS */
color: #bacadf;
background-color: #bacadf;
/* Tailwind (arbitrary) */
class="text-[#bacadf] bg-[#bacadf]"
/* SCSS */
$brand: #bacadf;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#bacadf")Accessibility — WCAG contrast
Aa
#bacadf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacadf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bacadf text on a black background
contrast 12.60:1
Card sample
#bacadf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacadf;
Background color
Panel with #bacadf background
background-color: #bacadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacadf; background: linear-gradient(135deg, #bacadf, #C3BADF);