Emerald
#38E0A3
GreenColor Codes
All color formats for development
HEX
#38E0A3RGB
rgb(56, 224, 163)HSL
hsl(158, 73%, 55%)OKLCH
oklch(0.809 0.16 163.3)CMYK
cmyk(75%, 0%, 27%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DA97
2#1EC286
3#1BAA75
4#179265
5#137954
6#0F6143
7#0B4932
8#083122
9#041811
Tints
Lighter variations
1#4CE3AC
2#60E6B5
3#74E9BE
4#88ECC8
5#9CF0D1
6#B0F3DA
7#C3F6E3
8#D7F9ED
9#EBFCF6
Tones
Muted variations
1#41D8A0
2#49CF9E
3#52C79C
4#5ABF9A
5#62B697
6#6BAE95
7#73A593
8#7B9D91
9#84958E
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 #C6F6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4731 | 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: #E0FAF1;
--emerald-200: #C6F6E4;
--emerald-300: #9AEFD0;
--emerald-400: #65E7B7;
--emerald-500: #38E0A3;
--emerald-600: #1EC286;
--emerald-700: #189A6B;
--emerald-800: #116E4C;
--emerald-900: #0B4731;
--emerald-950: #072C1E;
}