#bcf4af
a light, electric green · cool · closest name: aquamarine
RGB
188, 244, 175
HSL
109°, 76%, 82%
CMYK
23, 0, 28, 4
Luminance
0.7849
Every format
| HEX | #bcf4af |
| RGB | rgb(188, 244, 175) |
| HSL | hsl(109, 76%, 82%) |
| CMYK | cmyk(23%, 0%, 28%, 4%) |
| LAB | lab(91.0 -30.3 27.7) |
| LCH | lch(91.0 41.1 137.6) |
| OKLCH | oklch(0.912 0.108 139.8) |
Copy-ready code
/* CSS */
color: #bcf4af;
background-color: #bcf4af;
/* Tailwind (arbitrary) */
class="text-[#bcf4af] bg-[#bcf4af]"
/* SCSS */
$brand: #bcf4af;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#bcf4af")Accessibility — WCAG contrast
Aa
#bcf4af on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4af on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue68.6%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#bcf4af text on a black background
contrast 16.70:1
Card sample
#bcf4af text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4af;
Background color
Panel with #bcf4af background
background-color: #bcf4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4af; background: linear-gradient(135deg, #bcf4af, #AFF4D0);