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