#bcf1ba
a light, vivid green · cool · closest name: aquamarine
RGB
188, 241, 186
HSL
118°, 66%, 84%
CMYK
22, 0, 23, 6
Luminance
0.7715
Every format
| HEX | #bcf1ba |
| RGB | rgb(188, 241, 186) |
| HSL | hsl(118, 66%, 84%) |
| CMYK | cmyk(22%, 0%, 23%, 6%) |
| LAB | lab(90.4 -27.1 21.2) |
| LCH | lch(90.4 34.4 142.0) |
| OKLCH | oklch(0.907 0.092 143.9) |
Copy-ready code
/* CSS */
color: #bcf1ba;
background-color: #bcf1ba;
/* Tailwind (arbitrary) */
class="text-[#bcf1ba] bg-[#bcf1ba]"
/* SCSS */
$brand: #bcf1ba;
/* SwiftUI */
Color(red: 0.737, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#bcf1ba")Accessibility — WCAG contrast
Aa
#bcf1ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf1ba on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.5%
Blue72.9%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#bcf1ba text on a black background
contrast 16.43:1
Card sample
#bcf1ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf1ba;
Background color
Panel with #bcf1ba background
background-color: #bcf1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf1ba; background: linear-gradient(135deg, #bcf1ba, #BAF1DD);