Emerald
#3EDA70
GreenColor Codes
All color formats for development
HEX
#3EDA70RGB
rgb(62, 218, 112)HSL
hsl(139, 68%, 55%)OKLCH
oklch(0.785 0.195 149.6)CMYK
cmyk(72%, 0%, 49%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D45F
2#24BC54
3#1FA54A
4#1B8D3F
5#167635
6#125E2A
7#0D4720
8#092F15
9#04180B
Tints
Lighter variations
1#51DE7E
2#65E28C
3#78E59B
4#8BE9A9
5#9FEDB7
6#B2F0C6
7#C5F4D4
8#D8F8E2
9#ECFBF1
Tones
Muted variations
1#46D273
2#4ECB75
3#56C378
4#5DBB7B
5#65B37E
6#6DAB81
7#75A484
8#7D9C87
9#849489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E9;
--emerald-200: #C7F4D6;
--emerald-300: #9CECB6;
--emerald-400: #69E28F;
--emerald-500: #3EDA70;
--emerald-600: #24BC54;
--emerald-700: #1D9643;
--emerald-800: #146B30;
--emerald-900: #0D451F;
--emerald-950: #082B13;
}