#bcdfb1
a light, soft green · cool · closest name: beige
RGB
188, 223, 177
HSL
106°, 42%, 78%
CMYK
16, 0, 21, 13
Luminance
0.6664
Every format
| HEX | #bcdfb1 |
| RGB | rgb(188, 223, 177) |
| HSL | hsl(106, 42%, 78%) |
| CMYK | cmyk(16%, 0%, 21%, 13%) |
| LAB | lab(85.3 -19.9 18.8) |
| LCH | lch(85.3 27.4 136.6) |
| OKLCH | oklch(0.866 0.072 138.3) |
Copy-ready code
/* CSS */
color: #bcdfb1;
background-color: #bcdfb1;
/* Tailwind (arbitrary) */
class="text-[#bcdfb1] bg-[#bcdfb1]"
/* SCSS */
$brand: #bcdfb1;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#bcdfb1")Accessibility — WCAG contrast
Aa
#bcdfb1 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfb1 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue69.4%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#bcdfb1 text on a black background
contrast 14.33:1
Card sample
#bcdfb1 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfb1;
Background color
Panel with #bcdfb1 background
background-color: #bcdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfb1; background: linear-gradient(135deg, #bcdfb1, #B1DFC5);