#bcffb3
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 179
HSL
113°, 100%, 85%
CMYK
26, 0, 30, 0
Luminance
0.8547
Every format
| HEX | #bcffb3 |
| RGB | rgb(188, 255, 179) |
| HSL | hsl(113, 100%, 85%) |
| CMYK | cmyk(26%, 0%, 30%, 0%) |
| LAB | lab(94.1 -34.8 29.8) |
| LCH | lch(94.1 45.8 139.4) |
| OKLCH | oklch(0.937 0.121 141.6) |
Copy-ready code
/* CSS */
color: #bcffb3;
background-color: #bcffb3;
/* Tailwind (arbitrary) */
class="text-[#bcffb3] bg-[#bcffb3]"
/* SCSS */
$brand: #bcffb3;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#bcffb3")Accessibility — WCAG contrast
Aa
#bcffb3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffb3 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue70.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#bcffb3 text on a black background
contrast 18.09:1
Card sample
#bcffb3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffb3;
Background color
Panel with #bcffb3 background
background-color: #bcffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffb3; background: linear-gradient(135deg, #bcffb3, #B3FFDD);