#bcf3ab
a light, electric green · cool · closest name: aquamarine
RGB
188, 243, 171
HSL
106°, 75%, 81%
CMYK
23, 0, 30, 5
Luminance
0.7773
Every format
| HEX | #bcf3ab |
| RGB | rgb(188, 243, 171) |
| HSL | hsl(106, 75%, 81%) |
| CMYK | cmyk(23%, 0%, 30%, 5%) |
| LAB | lab(90.7 -30.5 29.2) |
| LCH | lch(90.7 42.2 136.2) |
| OKLCH | oklch(0.909 0.111 138.4) |
Copy-ready code
/* CSS */
color: #bcf3ab;
background-color: #bcf3ab;
/* Tailwind (arbitrary) */
class="text-[#bcf3ab] bg-[#bcf3ab]"
/* SCSS */
$brand: #bcf3ab;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#bcf3ab")Accessibility — WCAG contrast
Aa
#bcf3ab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3ab on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue67.1%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow29.6%
Key (black)4.7%
Color previews
#bcf3ab text on a black background
contrast 16.55:1
Card sample
#bcf3ab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3ab;
Background color
Panel with #bcf3ab background
background-color: #bcf3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3ab; background: linear-gradient(135deg, #bcf3ab, #ABF3CA);