Emerald
#3EDA5D
GreenColor Codes
All color formats for development
HEX
#3EDA5DRGB
rgb(62, 218, 93)HSL
hsl(132, 68%, 55%)OKLCH
oklch(0.782 0.211 146.4)CMYK
cmyk(72%, 0%, 57%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D44B
2#24BC42
3#1FA53A
4#1B8D32
5#16762A
6#125E21
7#0D4719
8#092F11
9#041808
Tints
Lighter variations
1#51DE6E
2#65E27E
3#78E58E
4#8BE99E
5#9FEDAE
6#B2F0BE
7#C5F4CF
8#D8F8DF
9#ECFBEF
Tones
Muted variations
1#46D262
2#4ECB67
3#56C36B
4#5DBB70
5#65B375
6#6DAB7A
7#75A47E
8#7D9C83
9#849488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E281 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA5D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC42 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9635 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4518 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E1F9E6;
--emerald-200: #C7F4D0;
--emerald-300: #9CECAC;
--emerald-400: #69E281;
--emerald-500: #3EDA5D;
--emerald-600: #24BC42;
--emerald-700: #1D9635;
--emerald-800: #146B26;
--emerald-900: #0D4518;
--emerald-950: #082B0F;
}