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