#bcecb2
a light, vivid green · cool · closest name: aquamarine
RGB
188, 236, 178
HSL
110°, 60%, 81%
CMYK
20, 0, 25, 8
Luminance
0.7390
Every format
| HEX | #bcecb2 |
| RGB | rgb(188, 236, 178) |
| HSL | hsl(110, 60%, 81%) |
| CMYK | cmyk(20%, 0%, 25%, 8%) |
| LAB | lab(88.9 -26.1 23.2) |
| LCH | lch(88.9 34.9 138.3) |
| OKLCH | oklch(0.895 0.092 140.2) |
Copy-ready code
/* CSS */
color: #bcecb2;
background-color: #bcecb2;
/* Tailwind (arbitrary) */
class="text-[#bcecb2] bg-[#bcecb2]"
/* SCSS */
$brand: #bcecb2;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.698)
/* Android */
Color.parseColor("#bcecb2")Accessibility — WCAG contrast
Aa
#bcecb2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecb2 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue69.8%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow24.6%
Key (black)7.5%
Color previews
#bcecb2 text on a black background
contrast 15.78:1
Card sample
#bcecb2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecb2;
Background color
Panel with #bcecb2 background
background-color: #bcecb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecb2; background: linear-gradient(135deg, #bcecb2, #B2ECCF);