#bcfaaa
a light, electric green · cool · closest name: aquamarine
RGB
188, 250, 170
HSL
107°, 89%, 82%
CMYK
25, 0, 32, 2
Luminance
0.8196
Every format
| HEX | #bcfaaa |
| RGB | rgb(188, 250, 170) |
| HSL | hsl(107, 89%, 82%) |
| CMYK | cmyk(25%, 0%, 32%, 2%) |
| LAB | lab(92.6 -33.9 32.3) |
| LCH | lch(92.6 46.8 136.4) |
| OKLCH | oklch(0.924 0.123 138.8) |
Copy-ready code
/* CSS */
color: #bcfaaa;
background-color: #bcfaaa;
/* Tailwind (arbitrary) */
class="text-[#bcfaaa] bg-[#bcfaaa]"
/* SCSS */
$brand: #bcfaaa;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.667)
/* Android */
Color.parseColor("#bcfaaa")Accessibility — WCAG contrast
Aa
#bcfaaa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfaaa on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue66.7%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow32.0%
Key (black)2.0%
Color previews
#bcfaaa text on a black background
contrast 17.39:1
Card sample
#bcfaaa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfaaa;
Background color
Panel with #bcfaaa background
background-color: #bcfaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfaaa; background: linear-gradient(135deg, #bcfaaa, #AAFACD);