#bcf7bc
a pale, electric green · cool · closest name: aquamarine
RGB
188, 247, 188
HSL
120°, 79%, 85%
CMYK
24, 0, 24, 3
Luminance
0.8084
Every format
| HEX | #bcf7bc |
| RGB | rgb(188, 247, 188) |
| HSL | hsl(120, 79%, 85%) |
| CMYK | cmyk(24%, 0%, 24%, 3%) |
| LAB | lab(92.1 -29.7 22.5) |
| LCH | lch(92.1 37.2 142.8) |
| OKLCH | oklch(0.921 0.099 144.7) |
Copy-ready code
/* CSS */
color: #bcf7bc;
background-color: #bcf7bc;
/* Tailwind (arbitrary) */
class="text-[#bcf7bc] bg-[#bcf7bc]"
/* SCSS */
$brand: #bcf7bc;
/* SwiftUI */
Color(red: 0.737, green: 0.969, blue: 0.737)
/* Android */
Color.parseColor("#bcf7bc")Accessibility — WCAG contrast
Aa
#bcf7bc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf7bc on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.9%
Blue73.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow23.9%
Key (black)3.1%
Color previews
#bcf7bc text on a black background
contrast 17.17:1
Card sample
#bcf7bc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf7bc;
Background color
Panel with #bcf7bc background
background-color: #bcf7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 247, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 247, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf7bc; background: linear-gradient(135deg, #bcf7bc, #BCF7E3);