Emerald
#38E079
GreenColor Codes
All color formats for development
HEX
#38E079RGB
rgb(56, 224, 121)HSL
hsl(143, 73%, 55%)OKLCH
oklch(0.8 0.196 151.3)CMYK
cmyk(75%, 0%, 46%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA69
2#1EC25D
3#1BAA51
4#179246
5#13793A
6#0F612F
7#0B4923
8#083117
9#04180C
Tints
Lighter variations
1#4CE386
2#60E694
3#74E9A1
4#88ECAE
5#9CF0BC
6#B0F3C9
7#C3F6D7
8#D7F9E4
9#EBFCF2
Tones
Muted variations
1#41D87B
2#49CF7D
3#52C77F
4#5ABF81
5#62B682
6#6BAE84
7#73A586
8#7B9D88
9#84958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEA;
--emerald-200: #C6F6D8;
--emerald-300: #9AEFBA;
--emerald-400: #65E797;
--emerald-500: #38E079;
--emerald-600: #1EC25D;
--emerald-700: #189A4A;
--emerald-800: #116E35;
--emerald-900: #0B4722;
--emerald-950: #072C15;
}