#8cd7b2
a light, vivid green · cool · closest name: aquamarine
RGB
140, 215, 178
HSL
150°, 48%, 70%
CMYK
35, 0, 17, 16
Luminance
0.5739
Every format
| HEX | #8cd7b2 |
| RGB | rgb(140, 215, 178) |
| HSL | hsl(150, 48%, 70%) |
| CMYK | cmyk(35%, 0%, 17%, 16%) |
| LAB | lab(80.4 -31.2 11.0) |
| LCH | lch(80.4 33.1 160.6) |
| OKLCH | oklch(0.820 0.092 162.0) |
Copy-ready code
/* CSS */
color: #8cd7b2;
background-color: #8cd7b2;
/* Tailwind (arbitrary) */
class="text-[#8cd7b2] bg-[#8cd7b2]"
/* SCSS */
$brand: #8cd7b2;
/* SwiftUI */
Color(red: 0.549, green: 0.843, blue: 0.698)
/* Android */
Color.parseColor("#8cd7b2")Accessibility — WCAG contrast
Aa
#8cd7b2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd7b2 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.3%
Blue69.8%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow17.2%
Key (black)15.7%
Color previews
#8cd7b2 text on a black background
contrast 12.48:1
Card sample
#8cd7b2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd7b2;
Background color
Panel with #8cd7b2 background
background-color: #8cd7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 215, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 215, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd7b2; background: linear-gradient(135deg, #8cd7b2, #8CCAD7);