Emerald
#00E087
GreenColor Codes
All color formats for development
HEX
#00E087RGB
rgb(0, 224, 135)HSL
hsl(156, 100%, 44%)OKLCH
oklch(0.797 0.192 156.3)CMYK
cmyk(100%, 0%, 40%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA79
2#00B46C
3#009D5E
4#008751
5#007043
6#005A36
7#004328
8#002D1B
9#00160D
Tints
Lighter variations
1#00FD98
2#1BFFA4
3#37FFAF
4#54FFBA
5#70FFC6
6#8DFFD1
7#A9FFDD
8#C6FFE8
9#E2FFF4
Tones
Muted variations
1#0BD584
2#16CA82
3#22BF80
4#2DB47E
5#38A87B
6#439D79
7#4F9277
8#5A8775
9#657B72
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 #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | 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: #BDFFE4;
--emerald-300: #8AFFD0;
--emerald-400: #4DFFB8;
--emerald-500: #1AFFA3;
--emerald-600: #00E087;
--emerald-700: #00B36B;
--emerald-800: #00804D;
--emerald-900: #005231;
--emerald-950: #00331F;
}