#bcccda
a light, soft blue · cool · closest name: silver
RGB
188, 204, 218
HSL
208°, 29%, 80%
CMYK
14, 6, 0, 15
Luminance
0.5894
Every format
| HEX | #bcccda |
| RGB | rgb(188, 204, 218) |
| HSL | hsl(208, 29%, 80%) |
| CMYK | cmyk(14%, 6%, 0%, 15%) |
| LAB | lab(81.3 -2.6 -8.8) |
| LCH | lch(81.3 9.2 253.5) |
| OKLCH | oklch(0.837 0.026 244.5) |
Copy-ready code
/* CSS */
color: #bcccda;
background-color: #bcccda;
/* Tailwind (arbitrary) */
class="text-[#bcccda] bg-[#bcccda]"
/* SCSS */
$brand: #bcccda;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#bcccda")Accessibility — WCAG contrast
Aa
#bcccda on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccda on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue85.5%
CMYK percentages
Cyan13.8%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#bcccda text on a black background
contrast 12.79:1
Card sample
#bcccda text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccda;
Background color
Panel with #bcccda background
background-color: #bcccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccda; background: linear-gradient(135deg, #bcccda, #C0BCDA);