Emerald
#00E083
GreenColor Codes
All color formats for development
HEX
#00E083RGB
rgb(0, 224, 131)HSL
hsl(155, 100%, 44%)OKLCH
oklch(0.797 0.196 155.3)CMYK
cmyk(100%, 0%, 42%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA76
2#00B469
3#009D5C
4#00874F
5#007041
6#005A34
7#004327
8#002D1A
9#00160D
Tints
Lighter variations
1#00FD94
2#1BFFA0
3#37FFAC
4#54FFB8
5#70FFC4
6#8DFFCF
7#A9FFDB
8#C6FFE7
9#E2FFF3
Tones
Muted variations
1#0BD581
2#16CA7F
3#22BF7D
4#2DB47B
5#38A87A
6#439D78
7#4F9276
8#5A8774
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005230 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DBFFF0;
--emerald-200: #BDFFE3;
--emerald-300: #8AFFCE;
--emerald-400: #4DFFB5;
--emerald-500: #1AFF9F;
--emerald-600: #00E083;
--emerald-700: #00B368;
--emerald-800: #00804A;
--emerald-900: #005230;
--emerald-950: #00331E;
}