#bcffac
a light, electric green · cool · closest name: aquamarine
RGB
188, 255, 172
HSL
108°, 100%, 84%
CMYK
26, 0, 33, 0
Luminance
0.8519
Every format
| HEX | #bcffac |
| RGB | rgb(188, 255, 172) |
| HSL | hsl(108, 100%, 84%) |
| CMYK | cmyk(26%, 0%, 33%, 0%) |
| LAB | lab(94.0 -35.9 33.2) |
| LCH | lch(94.0 48.9 137.2) |
| OKLCH | oklch(0.935 0.128 139.7) |
Copy-ready code
/* CSS */
color: #bcffac;
background-color: #bcffac;
/* Tailwind (arbitrary) */
class="text-[#bcffac] bg-[#bcffac]"
/* SCSS */
$brand: #bcffac;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#bcffac")Accessibility — WCAG contrast
Aa
#bcffac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffac on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue67.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#bcffac text on a black background
contrast 18.04:1
Card sample
#bcffac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffac;
Background color
Panel with #bcffac background
background-color: #bcffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffac; background: linear-gradient(135deg, #bcffac, #ACFFD3);