Emerald
#21C088
GreenColor Codes
All color formats for development
HEX
#21C088RGB
rgb(33, 192, 136)HSL
hsl(159, 71%, 44%)OKLCH
oklch(0.717 0.149 162.7)CMYK
cmyk(83%, 0%, 29%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD7A
2#1A996D
3#17865F
4#147352
5#106044
6#0D4D36
7#0A3A29
8#07261B
9#03130E
Tints
Lighter variations
1#25D899
2#3CDEA5
3#54E2B0
4#6CE6BC
5#85EAC7
6#9DEED2
7#B6F3DD
8#CEF7E9
9#E7FBF4
Tones
Muted variations
1#29B886
2#30B083
3#38A881
4#40A07F
5#48987C
6#50907A
7#588877
8#608075
9#687873
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 #C6F5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED1 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F5E5;
--emerald-300: #9BEED1;
--emerald-400: #66E5B9;
--emerald-500: #3BDEA5;
--emerald-600: #21C088;
--emerald-700: #1A996C;
--emerald-800: #126D4D;
--emerald-900: #0C4631;
--emerald-950: #072C1F;
}