#bacddf
a light, soft blue · cool · closest name: silver
RGB
186, 205, 223
HSL
209°, 37%, 80%
CMYK
17, 8, 0, 13
Luminance
0.5943
Every format
| HEX | #bacddf |
| RGB | rgb(186, 205, 223) |
| HSL | hsl(209, 37%, 80%) |
| CMYK | cmyk(17%, 8%, 0%, 13%) |
| LAB | lab(81.5 -2.7 -11.1) |
| LCH | lch(81.5 11.4 256.2) |
| OKLCH | oklch(0.840 0.033 246.8) |
Copy-ready code
/* CSS */
color: #bacddf;
background-color: #bacddf;
/* Tailwind (arbitrary) */
class="text-[#bacddf] bg-[#bacddf]"
/* SCSS */
$brand: #bacddf;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#bacddf")Accessibility — WCAG contrast
Aa
#bacddf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacddf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bacddf text on a black background
contrast 12.89:1
Card sample
#bacddf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacddf;
Background color
Panel with #bacddf background
background-color: #bacddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacddf; background: linear-gradient(135deg, #bacddf, #C0BADF);