#8cd9b1
a light, vivid green · cool · closest name: aquamarine
RGB
140, 217, 177
HSL
149°, 50%, 70%
CMYK
36, 0, 18, 15
Luminance
0.5838
Every format
| HEX | #8cd9b1 |
| RGB | rgb(140, 217, 177) |
| HSL | hsl(149, 50%, 70%) |
| CMYK | cmyk(36%, 0%, 18%, 15%) |
| LAB | lab(81.0 -32.4 12.3) |
| LCH | lch(81.0 34.6 159.2) |
| OKLCH | oklch(0.824 0.096 160.7) |
Copy-ready code
/* CSS */
color: #8cd9b1;
background-color: #8cd9b1;
/* Tailwind (arbitrary) */
class="text-[#8cd9b1] bg-[#8cd9b1]"
/* SCSS */
$brand: #8cd9b1;
/* SwiftUI */
Color(red: 0.549, green: 0.851, blue: 0.694)
/* Android */
Color.parseColor("#8cd9b1")Accessibility — WCAG contrast
Aa
#8cd9b1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd9b1 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.1%
Blue69.4%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow18.4%
Key (black)14.9%
Color previews
#8cd9b1 text on a black background
contrast 12.68:1
Card sample
#8cd9b1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd9b1;
Background color
Panel with #8cd9b1 background
background-color: #8cd9b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd9b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 217, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 217, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd9b1; background: linear-gradient(135deg, #8cd9b1, #8CCED9);