Emerald
#38E04F
GreenColor Codes
All color formats for development
HEX
#38E04FRGB
rgb(56, 224, 79)HSL
hsl(128, 73%, 55%)OKLCH
oklch(0.795 0.23 144.8)CMYK
cmyk(75%, 0%, 65%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA3B
2#1EC234
3#1BAA2E
4#179227
5#137921
6#0F611A
7#0B4914
8#08310D
9#041807
Tints
Lighter variations
1#4CE360
2#60E672
3#74E984
4#88EC95
5#9CF0A7
6#B0F3B9
7#C3F6CA
8#D7F9DC
9#EBFCED
Tones
Muted variations
1#41D855
2#49CF5B
3#52C761
4#5ABF67
5#62B66E
6#6BAE74
7#73A57A
8#7B9D80
9#849586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E776 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC234 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4713 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE4;
--emerald-200: #C6F6CC;
--emerald-300: #9AEFA5;
--emerald-400: #65E776;
--emerald-500: #38E04F;
--emerald-600: #1EC234;
--emerald-700: #189A29;
--emerald-800: #116E1E;
--emerald-900: #0B4713;
--emerald-950: #072C0C;
}