#8cefba
a light, electric green · cool · closest name: aquamarine
RGB
140, 239, 186
HSL
148°, 76%, 74%
CMYK
41, 0, 22, 6
Luminance
0.7085
Every format
| HEX | #8cefba |
| RGB | rgb(140, 239, 186) |
| HSL | hsl(148, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 22%, 6%) |
| LAB | lab(87.4 -40.7 16.7) |
| LCH | lch(87.4 44.0 157.7) |
| OKLCH | oklch(0.877 0.120 159.2) |
Copy-ready code
/* CSS */
color: #8cefba;
background-color: #8cefba;
/* Tailwind (arbitrary) */
class="text-[#8cefba] bg-[#8cefba]"
/* SCSS */
$brand: #8cefba;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#8cefba")Accessibility — WCAG contrast
Aa
#8cefba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefba on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue72.9%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#8cefba text on a black background
contrast 15.17:1
Card sample
#8cefba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefba;
Background color
Panel with #8cefba background
background-color: #8cefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefba; background: linear-gradient(135deg, #8cefba, #8CE2EF);