#8cebab
a light, vivid green · cool · closest name: aquamarine
RGB
140, 235, 171
HSL
140°, 70%, 74%
CMYK
40, 0, 27, 8
Luminance
0.6793
Every format
| HEX | #8cebab |
| RGB | rgb(140, 235, 171) |
| HSL | hsl(140, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 27%, 8%) |
| LAB | lab(86.0 -41.7 22.4) |
| LCH | lch(86.0 47.4 151.7) |
| OKLCH | oklch(0.864 0.128 153.5) |
Copy-ready code
/* CSS */
color: #8cebab;
background-color: #8cebab;
/* Tailwind (arbitrary) */
class="text-[#8cebab] bg-[#8cebab]"
/* SCSS */
$brand: #8cebab;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#8cebab")Accessibility — WCAG contrast
Aa
#8cebab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cebab on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue67.1%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#8cebab text on a black background
contrast 14.59:1
Card sample
#8cebab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cebab;
Background color
Panel with #8cebab background
background-color: #8cebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cebab; background: linear-gradient(135deg, #8cebab, #8CEBEA);