#bacdda
a light, soft blue · cool · closest name: silver
RGB
186, 205, 218
HSL
204°, 30%, 79%
CMYK
15, 6, 0, 15
Luminance
0.5916
Every format
| HEX | #bacdda |
| RGB | rgb(186, 205, 218) |
| HSL | hsl(204, 30%, 79%) |
| CMYK | cmyk(15%, 6%, 0%, 15%) |
| LAB | lab(81.4 -3.8 -8.6) |
| LCH | lch(81.4 9.4 246.4) |
| OKLCH | oklch(0.838 0.028 237.6) |
Copy-ready code
/* CSS */
color: #bacdda;
background-color: #bacdda;
/* Tailwind (arbitrary) */
class="text-[#bacdda] bg-[#bacdda]"
/* SCSS */
$brand: #bacdda;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#bacdda")Accessibility — WCAG contrast
Aa
#bacdda on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdda on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#bacdda text on a black background
contrast 12.83:1
Card sample
#bacdda text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdda;
Background color
Panel with #bacdda background
background-color: #bacdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdda; background: linear-gradient(135deg, #bacdda, #BCBADA);