#bcfbaf
a light, electric green · cool · closest name: aquamarine
RGB
188, 251, 175
HSL
110°, 91%, 84%
CMYK
25, 0, 30, 2
Luminance
0.8278
Every format
| HEX | #bcfbaf |
| RGB | rgb(188, 251, 175) |
| HSL | hsl(110, 91%, 84%) |
| CMYK | cmyk(25%, 0%, 30%, 2%) |
| LAB | lab(92.9 -33.6 30.3) |
| LCH | lch(92.9 45.2 138.0) |
| OKLCH | oklch(0.927 0.119 140.2) |
Copy-ready code
/* CSS */
color: #bcfbaf;
background-color: #bcfbaf;
/* Tailwind (arbitrary) */
class="text-[#bcfbaf] bg-[#bcfbaf]"
/* SCSS */
$brand: #bcfbaf;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#bcfbaf")Accessibility — WCAG contrast
Aa
#bcfbaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfbaf on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#bcfbaf text on a black background
contrast 17.56:1
Card sample
#bcfbaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfbaf;
Background color
Panel with #bcfbaf background
background-color: #bcfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfbaf; background: linear-gradient(135deg, #bcfbaf, #AFFBD5);