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