Emerald
#38E065
GreenColor Codes
All color formats for development
HEX
#38E065RGB
rgb(56, 224, 101)HSL
hsl(136, 73%, 55%)OKLCH
oklch(0.797 0.214 147.7)CMYK
cmyk(75%, 0%, 55%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA53
2#1EC24A
3#1BAA41
4#179237
5#13792E
6#0F6125
7#0B491C
8#083112
9#041809
Tints
Lighter variations
1#4CE375
2#60E684
3#74E993
4#88ECA3
5#9CF0B2
6#B0F3C1
7#C3F6D1
8#D7F9E0
9#EBFCF0
Tones
Muted variations
1#41D869
2#49CF6D
3#52C771
4#5ABF75
5#62B679
6#6BAE7D
7#73A581
8#7B9D84
9#849588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E787 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E065 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE7;
--emerald-200: #C6F6D3;
--emerald-300: #9AEFB0;
--emerald-400: #65E787;
--emerald-500: #38E065;
--emerald-600: #1EC24A;
--emerald-700: #189A3B;
--emerald-800: #116E2A;
--emerald-900: #0B471B;
--emerald-950: #072C11;
}