#bcecaf
a light, vivid green · cool · closest name: aquamarine
RGB
188, 236, 175
HSL
107°, 62%, 81%
CMYK
20, 0, 26, 8
Luminance
0.7378
Every format
| HEX | #bcecaf |
| RGB | rgb(188, 236, 175) |
| HSL | hsl(107, 62%, 81%) |
| CMYK | cmyk(20%, 0%, 26%, 8%) |
| LAB | lab(88.8 -26.6 24.7) |
| LCH | lch(88.8 36.3 137.1) |
| OKLCH | oklch(0.894 0.096 139.1) |
Copy-ready code
/* CSS */
color: #bcecaf;
background-color: #bcecaf;
/* Tailwind (arbitrary) */
class="text-[#bcecaf] bg-[#bcecaf]"
/* SCSS */
$brand: #bcecaf;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#bcecaf")Accessibility — WCAG contrast
Aa
#bcecaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecaf on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue68.6%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#bcecaf text on a black background
contrast 15.76:1
Card sample
#bcecaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecaf;
Background color
Panel with #bcecaf background
background-color: #bcecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecaf; background: linear-gradient(135deg, #bcecaf, #AFECCB);