Emerald
#3EDA97
GreenColor Codes
All color formats for development
HEX
#3EDA97RGB
rgb(62, 218, 151)HSL
hsl(154, 68%, 55%)OKLCH
oklch(0.792 0.161 160.1)CMYK
cmyk(72%, 0%, 31%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D48A
2#24BC7A
3#1FA56B
4#1B8D5C
5#16764C
6#125E3D
7#0D472E
8#092F1F
9#04180F
Tints
Lighter variations
1#51DEA1
2#65E2AC
3#78E5B6
4#8BE9C0
5#9FEDCB
6#B2F0D5
7#C5F4E0
8#D8F8EA
9#ECFBF5
Tones
Muted variations
1#46D296
2#4ECB95
3#56C394
4#5DBB92
5#65B391
6#6DAB90
7#75A48F
8#7D9C8E
9#84948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9EF;
--emerald-200: #C7F4E1;
--emerald-300: #9CECCA;
--emerald-400: #69E2AE;
--emerald-500: #3EDA97;
--emerald-600: #24BC7A;
--emerald-700: #1D9661;
--emerald-800: #146B46;
--emerald-900: #0D452C;
--emerald-950: #082B1C;
}