#8cd9b7
a light, vivid green · cool · closest name: aquamarine
RGB
140, 217, 183
HSL
154°, 50%, 70%
CMYK
36, 0, 16, 15
Luminance
0.5862
Every format
| HEX | #8cd9b7 |
| RGB | rgb(140, 217, 183) |
| HSL | hsl(154, 50%, 70%) |
| CMYK | cmyk(36%, 0%, 16%, 15%) |
| LAB | lab(81.1 -31.2 9.3) |
| LCH | lch(81.1 32.5 163.4) |
| OKLCH | oklch(0.826 0.091 164.7) |
Copy-ready code
/* CSS */
color: #8cd9b7;
background-color: #8cd9b7;
/* Tailwind (arbitrary) */
class="text-[#8cd9b7] bg-[#8cd9b7]"
/* SCSS */
$brand: #8cd9b7;
/* SwiftUI */
Color(red: 0.549, green: 0.851, blue: 0.718)
/* Android */
Color.parseColor("#8cd9b7")Accessibility — WCAG contrast
Aa
#8cd9b7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd9b7 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.1%
Blue71.8%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow15.7%
Key (black)14.9%
Color previews
#8cd9b7 text on a black background
contrast 12.72:1
Card sample
#8cd9b7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd9b7;
Background color
Panel with #8cd9b7 background
background-color: #8cd9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 217, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 217, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd9b7; background: linear-gradient(135deg, #8cd9b7, #8CC8D9);