#bcf9ad
a light, electric green · cool · closest name: aquamarine
RGB
188, 249, 173
HSL
108°, 86%, 83%
CMYK
25, 0, 31, 2
Luminance
0.8146
Every format
| HEX | #bcf9ad |
| RGB | rgb(188, 249, 173) |
| HSL | hsl(108, 86%, 83%) |
| CMYK | cmyk(25%, 0%, 31%, 2%) |
| LAB | lab(92.3 -33.0 30.5) |
| LCH | lch(92.3 44.9 137.2) |
| OKLCH | oklch(0.922 0.118 139.5) |
Copy-ready code
/* CSS */
color: #bcf9ad;
background-color: #bcf9ad;
/* Tailwind (arbitrary) */
class="text-[#bcf9ad] bg-[#bcf9ad]"
/* SCSS */
$brand: #bcf9ad;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.678)
/* Android */
Color.parseColor("#bcf9ad")Accessibility — WCAG contrast
Aa
#bcf9ad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf9ad on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue67.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow30.5%
Key (black)2.4%
Color previews
#bcf9ad text on a black background
contrast 17.29:1
Card sample
#bcf9ad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf9ad;
Background color
Panel with #bcf9ad background
background-color: #bcf9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf9ad; background: linear-gradient(135deg, #bcf9ad, #ADF9D1);