Emerald
#00E09D
GreenColor Codes
All color formats for development
HEX
#00E09DRGB
rgb(0, 224, 157)HSL
hsl(162, 100%, 44%)OKLCH
oklch(0.802 0.174 162.8)CMYK
cmyk(100%, 0%, 30%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA8D
2#00B47E
3#009D6E
4#00875E
5#00704F
6#005A3F
7#00432F
8#002D1F
9#001610
Tints
Lighter variations
1#00FDB1
2#1BFFBA
3#37FFC3
4#54FFCC
5#70FFD4
6#8DFFDD
7#A9FFE5
8#C6FFEE
9#E2FFF6
Tones
Muted variations
1#0BD599
2#16CA94
3#22BF90
4#2DB48B
5#38A887
6#439D82
7#4F927E
8#5A8779
9#657B75
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 #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DBFFF4;
--emerald-200: #BDFFEB;
--emerald-300: #8AFFDC;
--emerald-400: #4DFFC9;
--emerald-500: #1AFFBA;
--emerald-600: #00E09D;
--emerald-700: #00B37D;
--emerald-800: #008059;
--emerald-900: #005239;
--emerald-950: #003324;
}