Emerald
#38E07B
GreenColor Codes
All color formats for development
HEX
#38E07BRGB
rgb(56, 224, 123)HSL
hsl(144, 73%, 55%)OKLCH
oklch(0.801 0.195 151.7)CMYK
cmyk(75%, 0%, 45%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA6C
2#1EC260
3#1BAA54
4#179248
5#13793C
6#0F6130
7#0B4924
8#083118
9#04180C
Tints
Lighter variations
1#4CE389
2#60E696
3#74E9A3
4#88ECB0
5#9CF0BD
6#B0F3CA
7#C3F6D8
8#D7F9E5
9#EBFCF2
Tones
Muted variations
1#41D87D
2#49CF7F
3#52C781
4#5ABF82
5#62B684
6#6BAE86
7#73A587
8#7B9D89
9#84958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6D9;
--emerald-300: #9AEFBC;
--emerald-400: #65E799;
--emerald-500: #38E07B;
--emerald-600: #1EC260;
--emerald-700: #189A4C;
--emerald-800: #116E36;
--emerald-900: #0B4723;
--emerald-950: #072C16;
}