#bacad2
a light, soft blue · cool · closest name: silver
RGB
186, 202, 210
HSL
200°, 21%, 78%
CMYK
11, 4, 0, 18
Luminance
0.5733
Every format
| HEX | #bacad2 |
| RGB | rgb(186, 202, 210) |
| HSL | hsl(200, 21%, 78%) |
| CMYK | cmyk(11%, 4%, 0%, 18%) |
| LAB | lab(80.4 -3.8 -5.8) |
| LCH | lch(80.4 7.0 236.7) |
| OKLCH | oklch(0.829 0.021 229.1) |
Copy-ready code
/* CSS */
color: #bacad2;
background-color: #bacad2;
/* Tailwind (arbitrary) */
class="text-[#bacad2] bg-[#bacad2]"
/* SCSS */
$brand: #bacad2;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#bacad2")Accessibility — WCAG contrast
Aa
#bacad2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacad2 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue82.4%
CMYK percentages
Cyan11.4%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#bacad2 text on a black background
contrast 12.47:1
Card sample
#bacad2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacad2;
Background color
Panel with #bacad2 background
background-color: #bacad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacad2; background: linear-gradient(135deg, #bacad2, #BABAD2);