#bcfead
a light, electric green · cool · closest name: aquamarine
RGB
188, 254, 173
HSL
109°, 98%, 84%
CMYK
26, 0, 32, 0
Luminance
0.8459
Every format
| HEX | #bcfead |
| RGB | rgb(188, 254, 173) |
| HSL | hsl(109, 98%, 84%) |
| CMYK | cmyk(26%, 0%, 32%, 0%) |
| LAB | lab(93.7 -35.3 32.3) |
| LCH | lch(93.7 47.8 137.5) |
| OKLCH | oklch(0.933 0.126 139.9) |
Copy-ready code
/* CSS */
color: #bcfead;
background-color: #bcfead;
/* Tailwind (arbitrary) */
class="text-[#bcfead] bg-[#bcfead]"
/* SCSS */
$brand: #bcfead;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#bcfead")Accessibility — WCAG contrast
Aa
#bcfead on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfead on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue67.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#bcfead text on a black background
contrast 17.92:1
Card sample
#bcfead text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfead;
Background color
Panel with #bcfead background
background-color: #bcfead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfead; background: linear-gradient(135deg, #bcfead, #ADFED4);