#bcdfbd
a light, soft green · cool · closest name: beige
RGB
188, 223, 189
HSL
122°, 35%, 81%
CMYK
16, 0, 15, 13
Luminance
0.6714
Every format
| HEX | #bcdfbd |
| RGB | rgb(188, 223, 189) |
| HSL | hsl(122, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 15%, 13%) |
| LAB | lab(85.6 -17.9 12.9) |
| LCH | lch(85.6 22.0 144.2) |
| OKLCH | oklch(0.869 0.059 145.8) |
Copy-ready code
/* CSS */
color: #bcdfbd;
background-color: #bcdfbd;
/* Tailwind (arbitrary) */
class="text-[#bcdfbd] bg-[#bcdfbd]"
/* SCSS */
$brand: #bcdfbd;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#bcdfbd")Accessibility — WCAG contrast
Aa
#bcdfbd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfbd on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue74.1%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow15.2%
Key (black)12.5%
Color previews
#bcdfbd text on a black background
contrast 14.43:1
Card sample
#bcdfbd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfbd;
Background color
Panel with #bcdfbd background
background-color: #bcdfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfbd; background: linear-gradient(135deg, #bcdfbd, #BCDFD4);