Emerald
#00E099
GreenColor Codes
All color formats for development
HEX
#00E099RGB
rgb(0, 224, 153)HSL
hsl(161, 100%, 44%)OKLCH
oklch(0.801 0.177 161.5)CMYK
cmyk(100%, 0%, 32%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA8A
2#00B47B
3#009D6B
4#00875C
5#00704D
6#005A3D
7#00432E
8#002D1F
9#00160F
Tints
Lighter variations
1#00FDAD
2#1BFFB7
3#37FFC0
4#54FFC9
5#70FFD2
6#8DFFDB
7#A9FFE4
8#C6FFED
9#E2FFF6
Tones
Muted variations
1#0BD595
2#16CA91
3#22BF8D
4#2DB489
5#38A885
6#439D81
7#4F927D
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 #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DBFFF4;
--emerald-200: #BDFFEA;
--emerald-300: #8AFFDA;
--emerald-400: #4DFFC6;
--emerald-500: #1AFFB6;
--emerald-600: #00E099;
--emerald-700: #00B37A;
--emerald-800: #008057;
--emerald-900: #005238;
--emerald-950: #003323;
}