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