Emerald
#21C080
GreenColor Codes
All color formats for development
HEX
#21C080RGB
rgb(33, 192, 128)HSL
hsl(156, 71%, 44%)OKLCH
oklch(0.716 0.156 159.6)CMYK
cmyk(83%, 0%, 33%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD73
2#1A9967
3#17865A
4#14734D
5#106040
6#0D4D33
7#0A3A26
8#07261A
9#03130D
Tints
Lighter variations
1#25D890
2#3CDE9D
3#54E2A9
4#6CE6B5
5#85EAC2
6#9DEECE
7#B6F3DA
8#CEF7E6
9#E7FBF3
Tones
Muted variations
1#29B87F
2#30B07D
3#38A87B
4#40A07A
5#489878
6#509077
7#588875
8#608073
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FAF0;
--emerald-200: #C6F5E3;
--emerald-300: #9BEECD;
--emerald-400: #66E5B2;
--emerald-500: #3BDE9D;
--emerald-600: #21C080;
--emerald-700: #1A9966;
--emerald-800: #126D49;
--emerald-900: #0C462F;
--emerald-950: #072C1D;
}