#bcdfb3
a light, soft green · cool · closest name: beige
RGB
188, 223, 179
HSL
108°, 41%, 79%
CMYK
16, 0, 20, 13
Luminance
0.6672
Every format
| HEX | #bcdfb3 |
| RGB | rgb(188, 223, 179) |
| HSL | hsl(108, 41%, 79%) |
| CMYK | cmyk(16%, 0%, 20%, 13%) |
| LAB | lab(85.4 -19.6 17.8) |
| LCH | lch(85.4 26.5 137.7) |
| OKLCH | oklch(0.867 0.070 139.3) |
Copy-ready code
/* CSS */
color: #bcdfb3;
background-color: #bcdfb3;
/* Tailwind (arbitrary) */
class="text-[#bcdfb3] bg-[#bcdfb3]"
/* SCSS */
$brand: #bcdfb3;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.702)
/* Android */
Color.parseColor("#bcdfb3")Accessibility — WCAG contrast
Aa
#bcdfb3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfb3 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue70.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow19.7%
Key (black)12.5%
Color previews
#bcdfb3 text on a black background
contrast 14.34:1
Card sample
#bcdfb3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfb3;
Background color
Panel with #bcdfb3 background
background-color: #bcdfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfb3; background: linear-gradient(135deg, #bcdfb3, #B3DFC7);