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