Emerald
#3EDA72
GreenColor Codes
All color formats for development
HEX
#3EDA72RGB
rgb(62, 218, 114)HSL
hsl(140, 68%, 55%)OKLCH
oklch(0.785 0.193 150)CMYK
cmyk(72%, 0%, 48%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D462
2#24BC57
3#1FA54C
4#1B8D41
5#167636
6#125E2B
7#0D4721
8#092F16
9#04180B
Tints
Lighter variations
1#51DE80
2#65E28E
3#78E59C
4#8BE9AB
5#9FEDB9
6#B2F0C7
7#C5F4D5
8#D8F8E3
9#ECFBF1
Tones
Muted variations
1#46D275
2#4ECB77
3#56C37A
4#5DBB7D
5#65B37F
6#6DAB82
7#75A484
8#7D9C87
9#84948A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E292 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9645 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9E9;
--emerald-200: #C7F4D6;
--emerald-300: #9CECB7;
--emerald-400: #69E292;
--emerald-500: #3EDA72;
--emerald-600: #24BC57;
--emerald-700: #1D9645;
--emerald-800: #146B31;
--emerald-900: #0D4520;
--emerald-950: #082B14;
}