Emerald
#38E049
GreenColor Codes
All color formats for development
HEX
#38E049RGB
rgb(56, 224, 73)HSL
hsl(126, 73%, 55%)OKLCH
oklch(0.794 0.234 144.2)CMYK
cmyk(75%, 0%, 67%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA35
2#1EC22F
3#1BAA29
4#179223
5#13791D
6#0F6117
7#0B4912
8#08310C
9#041806
Tints
Lighter variations
1#4CE35B
2#60E66E
3#74E980
4#88EC92
5#9CF0A4
6#B0F3B6
7#C3F6C8
8#D7F9DB
9#EBFCED
Tones
Muted variations
1#41D850
2#49CF57
3#52C75D
4#5ABF64
5#62B66B
6#6BAE71
7#73A578
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 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E772 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E049 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4711 | 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: #C6F6CA;
--emerald-300: #9AEFA2;
--emerald-400: #65E772;
--emerald-500: #38E049;
--emerald-600: #1EC22F;
--emerald-700: #189A25;
--emerald-800: #116E1B;
--emerald-900: #0B4711;
--emerald-950: #072C0B;
}