Emerald
#38E07E
GreenColor Codes
All color formats for development
HEX
#38E07ERGB
rgb(56, 224, 126)HSL
hsl(145, 73%, 55%)OKLCH
oklch(0.801 0.192 152.4)CMYK
cmyk(75%, 0%, 44%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA6F
2#1EC263
3#1BAA56
4#17924A
5#13793E
6#0F6131
7#0B4925
8#083119
9#04180C
Tints
Lighter variations
1#4CE38B
2#60E698
3#74E9A5
4#88ECB2
5#9CF0BF
6#B0F3CC
7#C3F6D8
8#D7F9E5
9#EBFCF2
Tones
Muted variations
1#41D880
2#49CF81
3#52C782
4#5ABF84
5#62B685
6#6BAE87
7#73A588
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 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC263 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4724 | 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: #C6F6DA;
--emerald-300: #9AEFBD;
--emerald-400: #65E79B;
--emerald-500: #38E07E;
--emerald-600: #1EC263;
--emerald-700: #189A4E;
--emerald-800: #116E38;
--emerald-900: #0B4724;
--emerald-950: #072C16;
}