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