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