#8cefad
a light, electric green · cool · closest name: aquamarine
RGB
140, 239, 173
HSL
140°, 76%, 74%
CMYK
41, 0, 28, 6
Luminance
0.7033
Every format
| HEX | #8cefad |
| RGB | rgb(140, 239, 173) |
| HSL | hsl(140, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 28%, 6%) |
| LAB | lab(87.2 -43.1 23.0) |
| LCH | lch(87.2 48.9 151.9) |
| OKLCH | oklch(0.874 0.132 153.6) |
Copy-ready code
/* CSS */
color: #8cefad;
background-color: #8cefad;
/* Tailwind (arbitrary) */
class="text-[#8cefad] bg-[#8cefad]"
/* SCSS */
$brand: #8cefad;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#8cefad")Accessibility — WCAG contrast
Aa
#8cefad on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefad on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue67.8%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#8cefad text on a black background
contrast 15.07:1
Card sample
#8cefad text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefad;
Background color
Panel with #8cefad background
background-color: #8cefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefad; background: linear-gradient(135deg, #8cefad, #8CEFEF);