#baccd7
a light, soft blue · cool · closest name: silver
RGB
186, 204, 215
HSL
203°, 27%, 79%
CMYK
14, 5, 0, 16
Luminance
0.5853
Every format
| HEX | #baccd7 |
| RGB | rgb(186, 204, 215) |
| HSL | hsl(203, 27%, 79%) |
| CMYK | cmyk(14%, 5%, 0%, 16%) |
| LAB | lab(81.0 -3.9 -7.5) |
| LCH | lch(81.0 8.5 242.9) |
| OKLCH | oklch(0.835 0.025 234.5) |
Copy-ready code
/* CSS */
color: #baccd7;
background-color: #baccd7;
/* Tailwind (arbitrary) */
class="text-[#baccd7] bg-[#baccd7]"
/* SCSS */
$brand: #baccd7;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.843)
/* Android */
Color.parseColor("#baccd7")Accessibility — WCAG contrast
Aa
#baccd7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccd7 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta5.1%
Yellow0.0%
Key (black)15.7%
Color previews
#baccd7 text on a black background
contrast 12.71:1
Card sample
#baccd7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccd7;
Background color
Panel with #baccd7 background
background-color: #baccd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccd7; background: linear-gradient(135deg, #baccd7, #BBBAD7);