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