#bcdbd2
a light, soft cyan · cool · closest name: silver
RGB
188, 219, 210
HSL
163°, 30%, 80%
CMYK
14, 0, 4, 14
Luminance
0.6601
Every format
| HEX | #bcdbd2 |
| RGB | rgb(188, 219, 210) |
| HSL | hsl(163, 30%, 80%) |
| CMYK | cmyk(14%, 0%, 4%, 14%) |
| LAB | lab(85.0 -12.0 1.0) |
| LCH | lch(85.0 12.0 175.3) |
| OKLCH | oklch(0.866 0.035 176.0) |
Copy-ready code
/* CSS */
color: #bcdbd2;
background-color: #bcdbd2;
/* Tailwind (arbitrary) */
class="text-[#bcdbd2] bg-[#bcdbd2]"
/* SCSS */
$brand: #bcdbd2;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.824)
/* Android */
Color.parseColor("#bcdbd2")Accessibility — WCAG contrast
Aa
#bcdbd2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbd2 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue82.4%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow4.1%
Key (black)14.1%
Color previews
#bcdbd2 text on a black background
contrast 14.20:1
Card sample
#bcdbd2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbd2;
Background color
Panel with #bcdbd2 background
background-color: #bcdbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbd2; background: linear-gradient(135deg, #bcdbd2, #BCCFDB);