Emerald
#00E08A
GreenColor Codes
All color formats for development
HEX
#00E08ARGB
rgb(0, 224, 138)HSL
hsl(157, 100%, 44%)OKLCH
oklch(0.798 0.19 157)CMYK
cmyk(100%, 0%, 38%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA7D
2#00B46F
3#009D61
4#008753
5#007045
6#005A37
7#00432A
8#002D1C
9#00160E
Tints
Lighter variations
1#00FD9C
2#1BFFA7
3#37FFB2
4#54FFBD
5#70FFC8
6#8DFFD3
7#A9FFDE
8#C6FFE9
9#E2FFF4
Tones
Muted variations
1#0BD588
2#16CA85
3#22BF83
4#2DB480
5#38A87D
6#439D7B
7#4F9278
8#5A8775
9#657B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DBFFF1;
--emerald-200: #BDFFE6;
--emerald-300: #8AFFD2;
--emerald-400: #4DFFBB;
--emerald-500: #1AFFA7;
--emerald-600: #00E08A;
--emerald-700: #00B36E;
--emerald-800: #00804F;
--emerald-900: #005232;
--emerald-950: #00331F;
}