#bcecab
a light, vivid green · cool · closest name: aquamarine
RGB
188, 236, 171
HSL
104°, 63%, 80%
CMYK
20, 0, 28, 8
Luminance
0.7362
Every format
| HEX | #bcecab |
| RGB | rgb(188, 236, 171) |
| HSL | hsl(104, 63%, 80%) |
| CMYK | cmyk(20%, 0%, 28%, 8%) |
| LAB | lab(88.7 -27.2 26.6) |
| LCH | lch(88.7 38.0 135.6) |
| OKLCH | oklch(0.893 0.100 137.7) |
Copy-ready code
/* CSS */
color: #bcecab;
background-color: #bcecab;
/* Tailwind (arbitrary) */
class="text-[#bcecab] bg-[#bcecab]"
/* SCSS */
$brand: #bcecab;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#bcecab")Accessibility — WCAG contrast
Aa
#bcecab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecab on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue67.1%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow27.5%
Key (black)7.5%
Color previews
#bcecab text on a black background
contrast 15.72:1
Card sample
#bcecab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecab;
Background color
Panel with #bcecab background
background-color: #bcecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecab; background: linear-gradient(135deg, #bcecab, #ABECC5);