#bcf4bc
a light, vivid green · cool · closest name: aquamarine
RGB
188, 244, 188
HSL
120°, 72%, 85%
CMYK
23, 0, 23, 4
Luminance
0.7902
Every format
| HEX | #bcf4bc |
| RGB | rgb(188, 244, 188) |
| HSL | hsl(120, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 23%, 4%) |
| LAB | lab(91.2 -28.2 21.4) |
| LCH | lch(91.2 35.4 142.9) |
| OKLCH | oklch(0.914 0.095 144.8) |
Copy-ready code
/* CSS */
color: #bcf4bc;
background-color: #bcf4bc;
/* Tailwind (arbitrary) */
class="text-[#bcf4bc] bg-[#bcf4bc]"
/* SCSS */
$brand: #bcf4bc;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.737)
/* Android */
Color.parseColor("#bcf4bc")Accessibility — WCAG contrast
Aa
#bcf4bc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4bc on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue73.7%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow23.0%
Key (black)4.3%
Color previews
#bcf4bc text on a black background
contrast 16.80:1
Card sample
#bcf4bc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4bc;
Background color
Panel with #bcf4bc background
background-color: #bcf4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4bc; background: linear-gradient(135deg, #bcf4bc, #BCF4E1);