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