#bcf4a5
a light, electric green · cool · closest name: khaki
RGB
188, 244, 165
HSL
103°, 78%, 80%
CMYK
23, 0, 32, 4
Luminance
0.7811
Every format
| HEX | #bcf4a5 |
| RGB | rgb(188, 244, 165) |
| HSL | hsl(103, 78%, 80%) |
| CMYK | cmyk(23%, 0%, 32%, 4%) |
| LAB | lab(90.8 -31.8 32.5) |
| LCH | lch(90.8 45.5 134.4) |
| OKLCH | oklch(0.910 0.119 136.9) |
Copy-ready code
/* CSS */
color: #bcf4a5;
background-color: #bcf4a5;
/* Tailwind (arbitrary) */
class="text-[#bcf4a5] bg-[#bcf4a5]"
/* SCSS */
$brand: #bcf4a5;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.647)
/* Android */
Color.parseColor("#bcf4a5")Accessibility — WCAG contrast
Aa
#bcf4a5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4a5 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue64.7%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow32.4%
Key (black)4.3%
Color previews
#bcf4a5 text on a black background
contrast 16.62:1
Card sample
#bcf4a5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4a5;
Background color
Panel with #bcf4a5 background
background-color: #bcf4a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4a5; background: linear-gradient(135deg, #bcf4a5, #A5F4C3);