Emerald
#38E0A0
GreenColor Codes
All color formats for development
HEX
#38E0A0RGB
rgb(56, 224, 160)HSL
hsl(157, 73%, 55%)OKLCH
oklch(0.808 0.163 162.2)CMYK
cmyk(75%, 0%, 29%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA94
2#1EC283
3#1BAA73
4#179262
5#137952
6#0F6142
7#0B4931
8#083121
9#041810
Tints
Lighter variations
1#4CE3A9
2#60E6B3
3#74E9BC
4#88ECC6
5#9CF0CF
6#B0F3D9
7#C3F6E2
8#D7F9EC
9#EBFCF5
Tones
Muted variations
1#41D89E
2#49CF9C
3#52C79A
4#5ABF98
5#62B696
6#6BAE94
7#73A592
8#7B9D90
9#84958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4730 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF0;
--emerald-200: #C6F6E3;
--emerald-300: #9AEFCE;
--emerald-400: #65E7B5;
--emerald-500: #38E0A0;
--emerald-600: #1EC283;
--emerald-700: #189A68;
--emerald-800: #116E4B;
--emerald-900: #0B4730;
--emerald-950: #072C1E;
}