#bcdfb9
a light, soft green · cool · closest name: beige
RGB
188, 223, 185
HSL
115°, 37%, 80%
CMYK
16, 0, 17, 13
Luminance
0.6697
Every format
| HEX | #bcdfb9 |
| RGB | rgb(188, 223, 185) |
| HSL | hsl(115, 37%, 80%) |
| CMYK | cmyk(16%, 0%, 17%, 13%) |
| LAB | lab(85.5 -18.6 14.9) |
| LCH | lch(85.5 23.8 141.3) |
| OKLCH | oklch(0.868 0.064 142.9) |
Copy-ready code
/* CSS */
color: #bcdfb9;
background-color: #bcdfb9;
/* Tailwind (arbitrary) */
class="text-[#bcdfb9] bg-[#bcdfb9]"
/* SCSS */
$brand: #bcdfb9;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.725)
/* Android */
Color.parseColor("#bcdfb9")Accessibility — WCAG contrast
Aa
#bcdfb9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfb9 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue72.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow17.0%
Key (black)12.5%
Color previews
#bcdfb9 text on a black background
contrast 14.39:1
Card sample
#bcdfb9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfb9;
Background color
Panel with #bcdfb9 background
background-color: #bcdfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfb9; background: linear-gradient(135deg, #bcdfb9, #B9DFCF);