#bcfdaa
a light, electric green · cool · closest name: aquamarine
RGB
188, 253, 170
HSL
107°, 95%, 83%
CMYK
26, 0, 33, 1
Luminance
0.8384
Every format
| HEX | #bcfdaa |
| RGB | rgb(188, 253, 170) |
| HSL | hsl(107, 95%, 83%) |
| CMYK | cmyk(26%, 0%, 33%, 1%) |
| LAB | lab(93.4 -35.3 33.4) |
| LCH | lch(93.4 48.5 136.6) |
| OKLCH | oklch(0.931 0.127 139.0) |
Copy-ready code
/* CSS */
color: #bcfdaa;
background-color: #bcfdaa;
/* Tailwind (arbitrary) */
class="text-[#bcfdaa] bg-[#bcfdaa]"
/* SCSS */
$brand: #bcfdaa;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.667)
/* Android */
Color.parseColor("#bcfdaa")Accessibility — WCAG contrast
Aa
#bcfdaa on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdaa on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue66.7%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow32.8%
Key (black)0.8%
Color previews
#bcfdaa text on a black background
contrast 17.77:1
Card sample
#bcfdaa text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdaa;
Background color
Panel with #bcfdaa background
background-color: #bcfdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdaa; background: linear-gradient(135deg, #bcfdaa, #AAFDCF);