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