#bcf5ab
a light, electric green · cool · closest name: aquamarine
RGB
188, 245, 171
HSL
106°, 79%, 82%
CMYK
23, 0, 30, 4
Luminance
0.7894
Every format
| HEX | #bcf5ab |
| RGB | rgb(188, 245, 171) |
| HSL | hsl(106, 79%, 82%) |
| CMYK | cmyk(23%, 0%, 30%, 4%) |
| LAB | lab(91.2 -31.4 30.0) |
| LCH | lch(91.2 43.4 136.3) |
| OKLCH | oklch(0.913 0.114 138.6) |
Copy-ready code
/* CSS */
color: #bcf5ab;
background-color: #bcf5ab;
/* Tailwind (arbitrary) */
class="text-[#bcf5ab] bg-[#bcf5ab]"
/* SCSS */
$brand: #bcf5ab;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.671)
/* Android */
Color.parseColor("#bcf5ab")Accessibility — WCAG contrast
Aa
#bcf5ab on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf5ab on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue67.1%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow30.2%
Key (black)3.9%
Color previews
#bcf5ab text on a black background
contrast 16.79:1
Card sample
#bcf5ab text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf5ab;
Background color
Panel with #bcf5ab background
background-color: #bcf5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf5ab; background: linear-gradient(135deg, #bcf5ab, #ABF5CB);