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