#baccd3
a light, soft cyan · cool · closest name: silver
RGB
186, 204, 211
HSL
197°, 22%, 78%
CMYK
12, 3, 0, 17
Luminance
0.5833
Every format
| HEX | #baccd3 |
| RGB | rgb(186, 204, 211) |
| HSL | hsl(197, 22%, 78%) |
| CMYK | cmyk(12%, 3%, 0%, 17%) |
| LAB | lab(80.9 -4.7 -5.5) |
| LCH | lch(80.9 7.3 229.9) |
| OKLCH | oklch(0.834 0.022 223.1) |
Copy-ready code
/* CSS */
color: #baccd3;
background-color: #baccd3;
/* Tailwind (arbitrary) */
class="text-[#baccd3] bg-[#baccd3]"
/* SCSS */
$brand: #baccd3;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#baccd3")Accessibility — WCAG contrast
Aa
#baccd3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccd3 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue82.7%
CMYK percentages
Cyan11.8%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#baccd3 text on a black background
contrast 12.67:1
Card sample
#baccd3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccd3;
Background color
Panel with #baccd3 background
background-color: #baccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccd3; background: linear-gradient(135deg, #baccd3, #BABBD3);