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