#8cdba9
a light, vivid green · cool · closest name: aquamarine
RGB
140, 219, 169
HSL
142°, 52%, 70%
CMYK
36, 0, 23, 14
Luminance
0.5910
Every format
| HEX | #8cdba9 |
| RGB | rgb(140, 219, 169) |
| HSL | hsl(142, 52%, 70%) |
| CMYK | cmyk(36%, 0%, 23%, 14%) |
| LAB | lab(81.3 -34.9 17.1) |
| LCH | lch(81.3 38.8 153.9) |
| OKLCH | oklch(0.827 0.105 155.5) |
Copy-ready code
/* CSS */
color: #8cdba9;
background-color: #8cdba9;
/* Tailwind (arbitrary) */
class="text-[#8cdba9] bg-[#8cdba9]"
/* SCSS */
$brand: #8cdba9;
/* SwiftUI */
Color(red: 0.549, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#8cdba9")Accessibility — WCAG contrast
Aa
#8cdba9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdba9 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.9%
Blue66.3%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#8cdba9 text on a black background
contrast 12.82:1
Card sample
#8cdba9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdba9;
Background color
Panel with #8cdba9 background
background-color: #8cdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdba9; background: linear-gradient(135deg, #8cdba9, #8CD8DB);