Emerald
#00E0A5
GreenColor Codes
All color formats for development
HEX
#00E0A5RGB
rgb(0, 224, 165)HSL
hsl(164, 100%, 44%)OKLCH
oklch(0.804 0.168 165.6)CMYK
cmyk(100%, 0%, 26%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA94
2#00B484
3#009D73
4#008763
5#007052
6#005A42
7#004331
8#002D21
9#001610
Tints
Lighter variations
1#00FDBA
2#1BFFC2
3#37FFCA
4#54FFD1
5#70FFD9
6#8DFFE1
7#A9FFE8
8#C6FFF0
9#E2FFF7
Tones
Muted variations
1#0BD59F
2#16CA9A
3#22BF95
4#2DB490
5#38A88A
6#439D85
7#4F9280
8#5A877B
9#657B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DBFFF5;
--emerald-200: #BDFFED;
--emerald-300: #8AFFE0;
--emerald-400: #4DFFCF;
--emerald-500: #1AFFC2;
--emerald-600: #00E0A5;
--emerald-700: #00B383;
--emerald-800: #00805E;
--emerald-900: #00523C;
--emerald-950: #003325;
}