Emerald
#21C093
GreenColor Codes
All color formats for development
HEX
#21C093RGB
rgb(33, 192, 147)HSL
hsl(163, 71%, 44%)OKLCH
oklch(0.72 0.14 167.6)CMYK
cmyk(83%, 0%, 23%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD84
2#1A9975
3#178667
4#147358
5#106049
6#0D4D3B
7#0A3A2C
8#07261D
9#03130F
Tints
Lighter variations
1#25D8A5
2#3CDEB0
3#54E2BA
4#6CE6C4
5#85EACE
6#9DEED7
7#B6F3E1
8#CEF7EB
9#E7FBF5
Tones
Muted variations
1#29B88F
2#30B08C
3#38A888
4#40A085
5#489881
6#50907E
7#58887B
8#608077
9#687874
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C093 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9975 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF3;
--emerald-200: #C6F5E8;
--emerald-300: #9BEED6;
--emerald-400: #66E5C1;
--emerald-500: #3BDEB0;
--emerald-600: #21C093;
--emerald-700: #1A9975;
--emerald-800: #126D53;
--emerald-900: #0C4635;
--emerald-950: #072C21;
}