Emerald
#00E078
GreenColor Codes
All color formats for development
HEX
#00E078RGB
rgb(0, 224, 120)HSL
hsl(152, 100%, 44%)OKLCH
oklch(0.795 0.205 152.8)CMYK
cmyk(100%, 0%, 46%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA6C
2#00B460
3#009D54
4#008748
5#00703C
6#005A30
7#004324
8#002D18
9#00160C
Tints
Lighter variations
1#00FD87
2#1BFF94
3#37FFA2
4#54FFAF
5#70FFBC
6#8DFFCA
7#A9FFD7
8#C6FFE4
9#E2FFF2
Tones
Muted variations
1#0BD577
2#16CA76
3#22BF75
4#2DB475
5#38A874
6#439D73
7#4F9272
8#5A8772
9#657B71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E078 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008044 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFEE;
--emerald-200: #BDFFE0;
--emerald-300: #8AFFC8;
--emerald-400: #4DFFAC;
--emerald-500: #1AFF94;
--emerald-600: #00E078;
--emerald-700: #00B35F;
--emerald-800: #008044;
--emerald-900: #00522C;
--emerald-950: #00331B;
}