#bcf9cf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 249, 207
HSL
139°, 84%, 86%
CMYK
25, 0, 17, 2
Luminance
0.8295
Every format
| HEX | #bcf9cf |
| RGB | rgb(188, 249, 207) |
| HSL | hsl(139, 84%, 86%) |
| CMYK | cmyk(25%, 0%, 17%, 2%) |
| LAB | lab(93.0 -27.3 14.0) |
| LCH | lch(93.0 30.7 152.8) |
| OKLCH | oklch(0.930 0.084 154.4) |
Copy-ready code
/* CSS */
color: #bcf9cf;
background-color: #bcf9cf;
/* Tailwind (arbitrary) */
class="text-[#bcf9cf] bg-[#bcf9cf]"
/* SCSS */
$brand: #bcf9cf;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#bcf9cf")Accessibility — WCAG contrast
Aa
#bcf9cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf9cf on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue81.2%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#bcf9cf text on a black background
contrast 17.59:1
Card sample
#bcf9cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf9cf;
Background color
Panel with #bcf9cf background
background-color: #bcf9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf9cf; background: linear-gradient(135deg, #bcf9cf, #BCF9F8);