Emerald
#38E038
GreenColor Codes
All color formats for development
HEX
#38E038RGB
rgb(56, 224, 56)HSL
hsl(120, 73%, 55%)OKLCH
oklch(0.793 0.244 142.8)CMYK
cmyk(75%, 0%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA22
2#1EC21E
3#1BAA1B
4#179217
5#137913
6#0F610F
7#0B490B
8#083108
9#041804
Tints
Lighter variations
1#4CE34C
2#60E660
3#74E974
4#88EC88
5#9CF09C
6#B0F3B0
7#C3F6C3
8#D7F9D7
9#EBFCEB
Tones
Muted variations
1#41D841
2#49CF49
3#52C752
4#5ABF5A
5#62B662
6#6BAE6B
7#73A573
8#7B9D7B
9#849584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9A | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E765 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE0;
--emerald-200: #C6F6C6;
--emerald-300: #9AEF9A;
--emerald-400: #65E765;
--emerald-500: #38E038;
--emerald-600: #1EC21E;
--emerald-700: #189A18;
--emerald-800: #116E11;
--emerald-900: #0B470B;
--emerald-950: #072C07;
}