#bcfcac
a light, electric green · cool · closest name: aquamarine
RGB
188, 252, 172
HSL
108°, 93%, 83%
CMYK
25, 0, 32, 1
Luminance
0.8329
Every format
| HEX | #bcfcac |
| RGB | rgb(188, 252, 172) |
| HSL | hsl(108, 93%, 83%) |
| CMYK | cmyk(25%, 0%, 32%, 1%) |
| LAB | lab(93.1 -34.5 32.1) |
| LCH | lch(93.1 47.1 137.1) |
| OKLCH | oklch(0.929 0.124 139.5) |
Copy-ready code
/* CSS */
color: #bcfcac;
background-color: #bcfcac;
/* Tailwind (arbitrary) */
class="text-[#bcfcac] bg-[#bcfcac]"
/* SCSS */
$brand: #bcfcac;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#bcfcac")Accessibility — WCAG contrast
Aa
#bcfcac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfcac on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue67.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#bcfcac text on a black background
contrast 17.66:1
Card sample
#bcfcac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfcac;
Background color
Panel with #bcfcac background
background-color: #bcfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfcac; background: linear-gradient(135deg, #bcfcac, #ACFCD1);