#bcf6af
a light, electric green · cool · closest name: aquamarine
RGB
188, 246, 175
HSL
109°, 80%, 83%
CMYK
24, 0, 29, 4
Luminance
0.7970
Every format
| HEX | #bcf6af |
| RGB | rgb(188, 246, 175) |
| HSL | hsl(109, 80%, 83%) |
| CMYK | cmyk(24%, 0%, 29%, 4%) |
| LAB | lab(91.5 -31.3 28.4) |
| LCH | lch(91.5 42.2 137.8) |
| OKLCH | oklch(0.916 0.111 139.9) |
Copy-ready code
/* CSS */
color: #bcf6af;
background-color: #bcf6af;
/* Tailwind (arbitrary) */
class="text-[#bcf6af] bg-[#bcf6af]"
/* SCSS */
$brand: #bcf6af;
/* SwiftUI */
Color(red: 0.737, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#bcf6af")Accessibility — WCAG contrast
Aa
#bcf6af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf6af on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.5%
Blue68.6%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#bcf6af text on a black background
contrast 16.94:1
Card sample
#bcf6af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf6af;
Background color
Panel with #bcf6af background
background-color: #bcf6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf6af; background: linear-gradient(135deg, #bcf6af, #AFF6D1);