#bcffb0
a light, electric green · cool · closest name: aquamarine
RGB
188, 255, 176
HSL
111°, 100%, 85%
CMYK
26, 0, 31, 0
Luminance
0.8535
Every format
| HEX | #bcffb0 |
| RGB | rgb(188, 255, 176) |
| HSL | hsl(111, 100%, 85%) |
| CMYK | cmyk(26%, 0%, 31%, 0%) |
| LAB | lab(94.0 -35.3 31.3) |
| LCH | lch(94.0 47.1 138.5) |
| OKLCH | oklch(0.936 0.124 140.7) |
Copy-ready code
/* CSS */
color: #bcffb0;
background-color: #bcffb0;
/* Tailwind (arbitrary) */
class="text-[#bcffb0] bg-[#bcffb0]"
/* SCSS */
$brand: #bcffb0;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#bcffb0")Accessibility — WCAG contrast
Aa
#bcffb0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffb0 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue69.0%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#bcffb0 text on a black background
contrast 18.07:1
Card sample
#bcffb0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffb0;
Background color
Panel with #bcffb0 background
background-color: #bcffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffb0; background: linear-gradient(135deg, #bcffb0, #B0FFD9);