Emerald
#00E096
GreenColor Codes
All color formats for development
HEX
#00E096RGB
rgb(0, 224, 150)HSL
hsl(160, 100%, 44%)OKLCH
oklch(0.8 0.18 160.5)CMYK
cmyk(100%, 0%, 33%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA87
2#00B478
3#009D69
4#00875A
5#00704B
6#005A3C
7#00432D
8#002D1E
9#00160F
Tints
Lighter variations
1#00FDA9
2#1BFFB3
3#37FFBC
4#54FFC6
5#70FFCF
6#8DFFD9
7#A9FFE2
8#C6FFEC
9#E2FFF5
Tones
Muted variations
1#0BD592
2#16CA8E
3#22BF8A
4#2DB487
5#38A883
6#439D7F
7#4F927B
8#5A8778
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 #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DBFFF3;
--emerald-200: #BDFFE9;
--emerald-300: #8AFFD8;
--emerald-400: #4DFFC3;
--emerald-500: #1AFFB2;
--emerald-600: #00E096;
--emerald-700: #00B377;
--emerald-800: #008055;
--emerald-900: #005236;
--emerald-950: #003322;
}