#baccdb
a light, soft blue · cool · closest name: silver
RGB
186, 204, 219
HSL
207°, 31%, 79%
CMYK
15, 7, 0, 14
Luminance
0.5874
Every format
| HEX | #baccdb |
| RGB | rgb(186, 204, 219) |
| HSL | hsl(207, 31%, 79%) |
| CMYK | cmyk(15%, 7%, 0%, 14%) |
| LAB | lab(81.2 -3.0 -9.5) |
| LCH | lch(81.2 10.0 252.3) |
| OKLCH | oklch(0.836 0.029 243.2) |
Copy-ready code
/* CSS */
color: #baccdb;
background-color: #baccdb;
/* Tailwind (arbitrary) */
class="text-[#baccdb] bg-[#baccdb]"
/* SCSS */
$brand: #baccdb;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#baccdb")Accessibility — WCAG contrast
Aa
#baccdb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccdb on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#baccdb text on a black background
contrast 12.75:1
Card sample
#baccdb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccdb;
Background color
Panel with #baccdb background
background-color: #baccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccdb; background: linear-gradient(135deg, #baccdb, #BEBADB);