#bcfdaf
a light, electric green · cool · closest name: aquamarine
RGB
188, 253, 175
HSL
110°, 95%, 84%
CMYK
26, 0, 31, 1
Luminance
0.8404
Every format
| HEX | #bcfdaf |
| RGB | rgb(188, 253, 175) |
| HSL | hsl(110, 95%, 84%) |
| CMYK | cmyk(26%, 0%, 31%, 1%) |
| LAB | lab(93.5 -34.5 31.0) |
| LCH | lch(93.5 46.4 138.1) |
| OKLCH | oklch(0.931 0.122 140.4) |
Copy-ready code
/* CSS */
color: #bcfdaf;
background-color: #bcfdaf;
/* Tailwind (arbitrary) */
class="text-[#bcfdaf] bg-[#bcfdaf]"
/* SCSS */
$brand: #bcfdaf;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#bcfdaf")Accessibility — WCAG contrast
Aa
#bcfdaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdaf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue68.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#bcfdaf text on a black background
contrast 17.81:1
Card sample
#bcfdaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdaf;
Background color
Panel with #bcfdaf background
background-color: #bcfdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdaf; background: linear-gradient(135deg, #bcfdaf, #AFFDD6);