Emerald
#38E0A8
GreenColor Codes
All color formats for development
HEX
#38E0A8RGB
rgb(56, 224, 168)HSL
hsl(160, 73%, 55%)OKLCH
oklch(0.81 0.156 165.3)CMYK
cmyk(75%, 0%, 25%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA9D
2#1EC28C
3#1BAA7A
4#179269
5#137957
6#0F6146
7#0B4934
8#083123
9#041811
Tints
Lighter variations
1#4CE3B1
2#60E6BA
3#74E9C2
4#88ECCB
5#9CF0D4
6#B0F3DC
7#C3F6E5
8#D7F9EE
9#EBFCF6
Tones
Muted variations
1#41D8A5
2#49CFA3
3#52C7A0
4#5ABF9D
5#62B69A
6#6BAE97
7#73A595
8#7B9D92
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 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E6;
--emerald-300: #9AEFD3;
--emerald-400: #65E7BB;
--emerald-500: #38E0A8;
--emerald-600: #1EC28C;
--emerald-700: #189A6F;
--emerald-800: #116E4F;
--emerald-900: #0B4733;
--emerald-950: #072C20;
}