Emerald
#38E08C
GreenColor Codes
All color formats for development
HEX
#38E08CRGB
rgb(56, 224, 140)HSL
hsl(150, 73%, 55%)OKLCH
oklch(0.804 0.18 155.9)CMYK
cmyk(75%, 0%, 37%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA7E
2#1EC270
3#1BAA62
4#179254
5#137946
6#0F6138
7#0B492A
8#08311C
9#04180E
Tints
Lighter variations
1#4CE398
2#60E6A3
3#74E9AF
4#88ECBA
5#9CF0C6
6#B0F3D1
7#C3F6DD
8#D7F9E8
9#EBFCF4
Tones
Muted variations
1#41D88C
2#49CF8C
3#52C78C
4#5ABF8C
5#62B68C
6#6BAE8C
7#73A58C
8#7B9D8C
9#84958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E08C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC270 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4729 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAED;
--emerald-200: #C6F6DE;
--emerald-300: #9AEFC4;
--emerald-400: #65E7A6;
--emerald-500: #38E08C;
--emerald-600: #1EC270;
--emerald-700: #189A59;
--emerald-800: #116E40;
--emerald-900: #0B4729;
--emerald-950: #072C1A;
}