#bcdbaf
a light, soft green · cool · closest name: beige
RGB
188, 219, 175
HSL
102°, 38%, 77%
CMYK
14, 0, 20, 14
Luminance
0.6445
Every format
| HEX | #bcdbaf |
| RGB | rgb(188, 219, 175) |
| HSL | hsl(102, 38%, 77%) |
| CMYK | cmyk(14%, 0%, 20%, 14%) |
| LAB | lab(84.2 -18.3 18.3) |
| LCH | lch(84.2 25.9 135.0) |
| OKLCH | oklch(0.857 0.068 136.5) |
Copy-ready code
/* CSS */
color: #bcdbaf;
background-color: #bcdbaf;
/* Tailwind (arbitrary) */
class="text-[#bcdbaf] bg-[#bcdbaf]"
/* SCSS */
$brand: #bcdbaf;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#bcdbaf")Accessibility — WCAG contrast
Aa
#bcdbaf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbaf on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue68.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#bcdbaf text on a black background
contrast 13.89:1
Card sample
#bcdbaf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbaf;
Background color
Panel with #bcdbaf background
background-color: #bcdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbaf; background: linear-gradient(135deg, #bcdbaf, #AFDBBF);