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