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