Emerald
#00E092
GreenColor Codes
All color formats for development
HEX
#00E092RGB
rgb(0, 224, 146)HSL
hsl(159, 100%, 44%)OKLCH
oklch(0.8 0.183 159.3)CMYK
cmyk(100%, 0%, 35%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA83
2#00B475
3#009D66
4#008758
5#007049
6#005A3A
7#00432C
8#002D1D
9#00160F
Tints
Lighter variations
1#00FDA4
2#1BFFAF
3#37FFB9
4#54FFC3
5#70FFCD
6#8DFFD7
7#A9FFE1
8#C6FFEB
9#E2FFF5
Tones
Muted variations
1#0BD58E
2#16CA8B
3#22BF88
4#2DB484
5#38A881
6#439D7E
7#4F927A
8#5A8777
9#657B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DBFFF3;
--emerald-200: #BDFFE8;
--emerald-300: #8AFFD6;
--emerald-400: #4DFFC1;
--emerald-500: #1AFFAF;
--emerald-600: #00E092;
--emerald-700: #00B374;
--emerald-800: #008053;
--emerald-900: #005235;
--emerald-950: #003321;
}