Emerald
#38E0A5
GreenColor Codes
All color formats for development
HEX
#38E0A5RGB
rgb(56, 224, 165)HSL
hsl(159, 73%, 55%)OKLCH
oklch(0.809 0.159 164.1)CMYK
cmyk(75%, 0%, 26%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA9A
2#1EC289
3#1BAA78
4#179267
5#137955
6#0F6144
7#0B4933
8#083122
9#041811
Tints
Lighter variations
1#4CE3AE
2#60E6B7
3#74E9C0
4#88ECC9
5#9CF0D2
6#B0F3DB
7#C3F6E4
8#D7F9ED
9#EBFCF6
Tones
Muted variations
1#41D8A3
2#49CFA0
3#52C79E
4#5ABF9B
5#62B699
6#6BAE96
7#73A594
8#7B9D91
9#84958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4732 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E5;
--emerald-300: #9AEFD1;
--emerald-400: #65E7B9;
--emerald-500: #38E0A5;
--emerald-600: #1EC289;
--emerald-700: #189A6D;
--emerald-800: #116E4E;
--emerald-900: #0B4732;
--emerald-950: #072C1F;
}