#bcdfd1
a light, soft green · cool · closest name: beige
RGB
188, 223, 209
HSL
156°, 35%, 81%
CMYK
16, 0, 6, 13
Luminance
0.6807
Every format
| HEX | #bcdfd1 |
| RGB | rgb(188, 223, 209) |
| HSL | hsl(156, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 6%, 13%) |
| LAB | lab(86.0 -14.2 3.0) |
| LCH | lch(86.0 14.5 168.0) |
| OKLCH | oklch(0.874 0.042 169.2) |
Copy-ready code
/* CSS */
color: #bcdfd1;
background-color: #bcdfd1;
/* Tailwind (arbitrary) */
class="text-[#bcdfd1] bg-[#bcdfd1]"
/* SCSS */
$brand: #bcdfd1;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.820)
/* Android */
Color.parseColor("#bcdfd1")Accessibility — WCAG contrast
Aa
#bcdfd1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfd1 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue82.0%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow6.3%
Key (black)12.5%
Color previews
#bcdfd1 text on a black background
contrast 14.61:1
Card sample
#bcdfd1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfd1;
Background color
Panel with #bcdfd1 background
background-color: #bcdfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfd1; background: linear-gradient(135deg, #bcdfd1, #BCD6DF);