Emerald
#00E07F
GreenColor Codes
All color formats for development
HEX
#00E07FRGB
rgb(0, 224, 127)HSL
hsl(154, 100%, 44%)OKLCH
oklch(0.796 0.199 154.3)CMYK
cmyk(100%, 0%, 43%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA72
2#00B466
3#009D59
4#00874C
5#007040
6#005A33
7#004326
8#002D19
9#00160D
Tints
Lighter variations
1#00FD8F
2#1BFF9C
3#37FFA8
4#54FFB5
5#70FFC1
6#8DFFCD
7#A9FFDA
8#C6FFE6
9#E2FFF3
Tones
Muted variations
1#0BD57E
2#16CA7C
3#22BF7B
4#2DB479
5#38A878
6#439D76
7#4F9275
8#5A8773
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFF0;
--emerald-200: #BDFFE2;
--emerald-300: #8AFFCC;
--emerald-400: #4DFFB2;
--emerald-500: #1AFF9C;
--emerald-600: #00E07F;
--emerald-700: #00B365;
--emerald-800: #008048;
--emerald-900: #00522E;
--emerald-950: #00331D;
}