Emerald
#00E074
GreenColor Codes
All color formats for development
HEX
#00E074RGB
rgb(0, 224, 116)HSL
hsl(151, 100%, 44%)OKLCH
oklch(0.794 0.209 152)CMYK
cmyk(100%, 0%, 48%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA68
2#00B45D
3#009D51
4#008746
5#00703A
6#005A2E
7#004323
8#002D17
9#00160C
Tints
Lighter variations
1#00FD83
2#1BFF91
3#37FF9E
4#54FFAC
5#70FFBA
6#8DFFC8
7#A9FFD6
8#C6FFE3
9#E2FFF1
Tones
Muted variations
1#0BD574
2#16CA73
3#22BF73
4#2DB472
5#38A872
6#439D72
7#4F9271
8#5A8771
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 #BDFFDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E074 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008042 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFEE;
--emerald-200: #BDFFDF;
--emerald-300: #8AFFC6;
--emerald-400: #4DFFA9;
--emerald-500: #1AFF90;
--emerald-600: #00E074;
--emerald-700: #00B35C;
--emerald-800: #008042;
--emerald-900: #00522A;
--emerald-950: #00331A;
}