Emerald
#38E092
GreenColor Codes
All color formats for development
HEX
#38E092RGB
rgb(56, 224, 146)HSL
hsl(152, 73%, 55%)OKLCH
oklch(0.805 0.174 157.6)CMYK
cmyk(75%, 0%, 35%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA84
2#1EC276
3#1BAA67
4#179258
5#13794A
6#0F613B
7#0B492C
8#08311D
9#04180F
Tints
Lighter variations
1#4CE39D
2#60E6A8
3#74E9B3
4#88ECBE
5#9CF0C8
6#B0F3D3
7#C3F6DE
8#D7F9E9
9#EBFCF4
Tones
Muted variations
1#41D891
2#49CF91
3#52C790
4#5ABF90
5#62B68F
6#6BAE8E
7#73A58E
8#7B9D8D
9#84958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E092 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC276 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FAEE;
--emerald-200: #C6F6DF;
--emerald-300: #9AEFC7;
--emerald-400: #65E7AA;
--emerald-500: #38E092;
--emerald-600: #1EC276;
--emerald-700: #189A5E;
--emerald-800: #116E43;
--emerald-900: #0B472B;
--emerald-950: #072C1B;
}