Emerald
#38E05A
GreenColor Codes
All color formats for development
HEX
#38E05ARGB
rgb(56, 224, 90)HSL
hsl(132, 73%, 55%)OKLCH
oklch(0.796 0.222 146.1)CMYK
cmyk(75%, 0%, 60%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA47
2#1EC23F
3#1BAA37
4#17922F
5#137927
6#0F6120
7#0B4918
8#083110
9#041808
Tints
Lighter variations
1#4CE36A
2#60E67B
3#74E98B
4#88EC9C
5#9CF0AC
6#B0F3BD
7#C3F6CD
8#D7F9DE
9#EBFCEE
Tones
Muted variations
1#41D85F
2#49CF64
3#52C769
4#5ABF6E
5#62B673
6#6BAE78
7#73A57D
8#7B9D82
9#849587
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4717 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FAE5;
--emerald-200: #C6F6CF;
--emerald-300: #9AEFAB;
--emerald-400: #65E77F;
--emerald-500: #38E05A;
--emerald-600: #1EC23F;
--emerald-700: #189A32;
--emerald-800: #116E24;
--emerald-900: #0B4717;
--emerald-950: #072C0E;
}