#bcebad
a light, vivid green · cool · closest name: aquamarine
RGB
188, 235, 173
HSL
106°, 61%, 80%
CMYK
20, 0, 26, 8
Luminance
0.7313
Every format
| HEX | #bcebad |
| RGB | rgb(188, 235, 173) |
| HSL | hsl(106, 61%, 80%) |
| CMYK | cmyk(20%, 0%, 26%, 8%) |
| LAB | lab(88.5 -26.4 25.3) |
| LCH | lch(88.5 36.5 136.2) |
| OKLCH | oklch(0.891 0.096 138.2) |
Copy-ready code
/* CSS */
color: #bcebad;
background-color: #bcebad;
/* Tailwind (arbitrary) */
class="text-[#bcebad] bg-[#bcebad]"
/* SCSS */
$brand: #bcebad;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#bcebad")Accessibility — WCAG contrast
Aa
#bcebad on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebad on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue67.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#bcebad text on a black background
contrast 15.63:1
Card sample
#bcebad text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebad;
Background color
Panel with #bcebad background
background-color: #bcebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebad; background: linear-gradient(135deg, #bcebad, #ADEBC7);