Emerald
#3EDA7D
GreenColor Codes
All color formats for development
HEX
#3EDA7DRGB
rgb(62, 218, 125)HSL
hsl(144, 68%, 55%)OKLCH
oklch(0.787 0.184 152.4)CMYK
cmyk(72%, 0%, 43%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D46D
2#24BC61
3#1FA555
4#1B8D49
5#16763D
6#125E30
7#0D4724
8#092F18
9#04180C
Tints
Lighter variations
1#51DE8A
2#65E297
3#78E5A4
4#8BE9B1
5#9FEDBE
6#B2F0CB
7#C5F4D8
8#D8F8E5
9#ECFBF2
Tones
Muted variations
1#46D27E
2#4ECB80
3#56C381
4#5DBB83
5#65B384
6#6DAB86
7#75A488
8#7D9C89
9#84948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29A | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EB;
--emerald-200: #C7F4D9;
--emerald-300: #9CECBC;
--emerald-400: #69E29A;
--emerald-500: #3EDA7D;
--emerald-600: #24BC61;
--emerald-700: #1D964D;
--emerald-800: #146B37;
--emerald-900: #0D4523;
--emerald-950: #082B16;
}