Emerald
#38E04C
GreenColor Codes
All color formats for development
HEX
#38E04CRGB
rgb(56, 224, 76)HSL
hsl(127, 73%, 55%)OKLCH
oklch(0.795 0.232 144.5)CMYK
cmyk(75%, 0%, 66%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA38
2#1EC231
3#1BAA2B
4#179225
5#13791F
6#0F6119
7#0B4913
8#08310C
9#041806
Tints
Lighter variations
1#4CE35E
2#60E670
3#74E982
4#88EC94
5#9CF0A6
6#B0F3B7
7#C3F6C9
8#D7F9DB
9#EBFCED
Tones
Muted variations
1#41D852
2#49CF59
3#52C75F
4#5ABF66
5#62B66C
6#6BAE73
7#73A579
8#7B9D7F
9#849586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E774 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC231 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4712 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE3;
--emerald-200: #C6F6CB;
--emerald-300: #9AEFA4;
--emerald-400: #65E774;
--emerald-500: #38E04C;
--emerald-600: #1EC231;
--emerald-700: #189A27;
--emerald-800: #116E1C;
--emerald-900: #0B4712;
--emerald-950: #072C0B;
}