Emerald
#00E08E
GreenColor Codes
All color formats for development
HEX
#00E08ERGB
rgb(0, 224, 142)HSL
hsl(158, 100%, 44%)OKLCH
oklch(0.799 0.186 158.1)CMYK
cmyk(100%, 0%, 37%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA80
2#00B472
3#009D63
4#008755
5#007047
6#005A39
7#00432B
8#002D1C
9#00160E
Tints
Lighter variations
1#00FDA0
2#1BFFAB
3#37FFB6
4#54FFC0
5#70FFCB
6#8DFFD5
7#A9FFE0
8#C6FFEA
9#E2FFF5
Tones
Muted variations
1#0BD58B
2#16CA88
3#22BF85
4#2DB482
5#38A87F
6#439D7C
7#4F9279
8#5A8776
9#657B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DBFFF2;
--emerald-200: #BDFFE7;
--emerald-300: #8AFFD4;
--emerald-400: #4DFFBE;
--emerald-500: #1AFFAB;
--emerald-600: #00E08E;
--emerald-700: #00B371;
--emerald-800: #008051;
--emerald-900: #005234;
--emerald-950: #003320;
}