#bcd1df
a light, soft blue · cool · closest name: silver
RGB
188, 209, 223
HSL
204°, 35%, 81%
CMYK
16, 6, 0, 13
Luminance
0.6162
Every format
| HEX | #bcd1df |
| RGB | rgb(188, 209, 223) |
| HSL | hsl(204, 35%, 81%) |
| CMYK | cmyk(16%, 6%, 0%, 13%) |
| LAB | lab(82.7 -4.2 -9.3) |
| LCH | lch(82.7 10.2 245.7) |
| OKLCH | oklch(0.849 0.030 237.0) |
Copy-ready code
/* CSS */
color: #bcd1df;
background-color: #bcd1df;
/* Tailwind (arbitrary) */
class="text-[#bcd1df] bg-[#bcd1df]"
/* SCSS */
$brand: #bcd1df;
/* SwiftUI */
Color(red: 0.737, green: 0.820, blue: 0.875)
/* Android */
Color.parseColor("#bcd1df")Accessibility — WCAG contrast
Aa
#bcd1df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd1df on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta6.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bcd1df text on a black background
contrast 13.32:1
Card sample
#bcd1df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd1df;
Background color
Panel with #bcd1df background
background-color: #bcd1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 209, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 209, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd1df; background: linear-gradient(135deg, #bcd1df, #BEBCDF);