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