#bcdfb6
a light, soft green · cool · closest name: beige
RGB
188, 223, 182
HSL
111°, 39%, 79%
CMYK
16, 0, 18, 13
Luminance
0.6684
Every format
| HEX | #bcdfb6 |
| RGB | rgb(188, 223, 182) |
| HSL | hsl(111, 39%, 79%) |
| CMYK | cmyk(16%, 0%, 18%, 13%) |
| LAB | lab(85.4 -19.1 16.3) |
| LCH | lch(85.4 25.1 139.4) |
| OKLCH | oklch(0.868 0.067 141.0) |
Copy-ready code
/* CSS */
color: #bcdfb6;
background-color: #bcdfb6;
/* Tailwind (arbitrary) */
class="text-[#bcdfb6] bg-[#bcdfb6]"
/* SCSS */
$brand: #bcdfb6;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.714)
/* Android */
Color.parseColor("#bcdfb6")Accessibility — WCAG contrast
Aa
#bcdfb6 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfb6 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue71.4%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow18.4%
Key (black)12.5%
Color previews
#bcdfb6 text on a black background
contrast 14.37:1
Card sample
#bcdfb6 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfb6;
Background color
Panel with #bcdfb6 background
background-color: #bcdfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfb6; background: linear-gradient(135deg, #bcdfb6, #B6DFCB);