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