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