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