#bcedba
a light, vivid green · cool · closest name: aquamarine
RGB
188, 237, 186
HSL
118°, 59%, 83%
CMYK
21, 0, 22, 7
Luminance
0.7480
Every format
| HEX | #bcedba |
| RGB | rgb(188, 237, 186) |
| HSL | hsl(118, 59%, 83%) |
| CMYK | cmyk(21%, 0%, 22%, 7%) |
| LAB | lab(89.3 -25.2 19.7) |
| LCH | lch(89.3 32.0 142.1) |
| OKLCH | oklch(0.899 0.085 143.8) |
Copy-ready code
/* CSS */
color: #bcedba;
background-color: #bcedba;
/* Tailwind (arbitrary) */
class="text-[#bcedba] bg-[#bcedba]"
/* SCSS */
$brand: #bcedba;
/* SwiftUI */
Color(red: 0.737, green: 0.929, blue: 0.729)
/* Android */
Color.parseColor("#bcedba")Accessibility — WCAG contrast
Aa
#bcedba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcedba on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.9%
Blue72.9%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow21.5%
Key (black)7.1%
Color previews
#bcedba text on a black background
contrast 15.96:1
Card sample
#bcedba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcedba;
Background color
Panel with #bcedba background
background-color: #bcedba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcedba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 237, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 237, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcedba; background: linear-gradient(135deg, #bcedba, #BAEDDA);