Emerald
#21C085
GreenColor Codes
All color formats for development
HEX
#21C085RGB
rgb(33, 192, 133)HSL
hsl(158, 71%, 44%)OKLCH
oklch(0.717 0.151 161.5)CMYK
cmyk(83%, 0%, 31%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD78
2#1A996B
3#17865D
4#147350
5#106043
6#0D4D35
7#0A3A28
8#07261B
9#03130D
Tints
Lighter variations
1#25D896
2#3CDEA2
3#54E2AE
4#6CE6BA
5#85EAC5
6#9DEED1
7#B6F3DC
8#CEF7E8
9#E7FBF3
Tones
Muted variations
1#29B883
2#30B081
3#38A87F
4#40A07D
5#48987B
6#509079
7#588877
8#608074
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C085 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F5E4;
--emerald-300: #9BEECF;
--emerald-400: #66E5B7;
--emerald-500: #3BDEA2;
--emerald-600: #21C085;
--emerald-700: #1A996A;
--emerald-800: #126D4C;
--emerald-900: #0C4631;
--emerald-950: #072C1E;
}