#bcc9da
a light, soft blue · cool · closest name: silver
RGB
188, 201, 218
HSL
214°, 29%, 80%
CMYK
14, 8, 0, 15
Luminance
0.5753
Every format
| HEX | #bcc9da |
| RGB | rgb(188, 201, 218) |
| HSL | hsl(214, 29%, 80%) |
| CMYK | cmyk(14%, 8%, 0%, 15%) |
| LAB | lab(80.5 -1.0 -9.9) |
| LCH | lch(80.5 10.0 264.2) |
| OKLCH | oklch(0.831 0.028 255.1) |
Copy-ready code
/* CSS */
color: #bcc9da;
background-color: #bcc9da;
/* Tailwind (arbitrary) */
class="text-[#bcc9da] bg-[#bcc9da]"
/* SCSS */
$brand: #bcc9da;
/* SwiftUI */
Color(red: 0.737, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#bcc9da")Accessibility — WCAG contrast
Aa
#bcc9da on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcc9da on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green78.8%
Blue85.5%
CMYK percentages
Cyan13.8%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#bcc9da text on a black background
contrast 12.51:1
Card sample
#bcc9da text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcc9da;
Background color
Panel with #bcc9da background
background-color: #bcc9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcc9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcc9da; background: linear-gradient(135deg, #bcc9da, #C3BCDA);