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