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