#bcf9ba
a pale, electric green · cool · closest name: aquamarine
RGB
188, 249, 186
HSL
118°, 84%, 85%
CMYK
25, 0, 25, 2
Luminance
0.8199
Every format
| HEX | #bcf9ba |
| RGB | rgb(188, 249, 186) |
| HSL | hsl(118, 84%, 85%) |
| CMYK | cmyk(25%, 0%, 25%, 2%) |
| LAB | lab(92.6 -30.9 24.2) |
| LCH | lch(92.6 39.3 142.0) |
| OKLCH | oklch(0.925 0.104 143.9) |
Copy-ready code
/* CSS */
color: #bcf9ba;
background-color: #bcf9ba;
/* Tailwind (arbitrary) */
class="text-[#bcf9ba] bg-[#bcf9ba]"
/* SCSS */
$brand: #bcf9ba;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#bcf9ba")Accessibility — WCAG contrast
Aa
#bcf9ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf9ba on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue72.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#bcf9ba text on a black background
contrast 17.40:1
Card sample
#bcf9ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf9ba;
Background color
Panel with #bcf9ba background
background-color: #bcf9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf9ba; background: linear-gradient(135deg, #bcf9ba, #BAF9E2);