#bacada
a light, soft blue · cool · closest name: silver
RGB
186, 202, 218
HSL
210°, 30%, 79%
CMYK
15, 7, 0, 15
Luminance
0.5774
Every format
| HEX | #bacada |
| RGB | rgb(186, 202, 218) |
| HSL | hsl(210, 30%, 79%) |
| CMYK | cmyk(15%, 7%, 0%, 15%) |
| LAB | lab(80.6 -2.2 -9.8) |
| LCH | lch(80.6 10.0 257.4) |
| OKLCH | oklch(0.832 0.029 248.2) |
Copy-ready code
/* CSS */
color: #bacada;
background-color: #bacada;
/* Tailwind (arbitrary) */
class="text-[#bacada] bg-[#bacada]"
/* SCSS */
$brand: #bacada;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#bacada")Accessibility — WCAG contrast
Aa
#bacada on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacada on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue85.5%
CMYK percentages
Cyan14.7%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#bacada text on a black background
contrast 12.55:1
Card sample
#bacada text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacada;
Background color
Panel with #bacada background
background-color: #bacada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacada; background: linear-gradient(135deg, #bacada, #BFBADA);