Emerald
#3EDA7F
GreenColor Codes
All color formats for development
HEX
#3EDA7FRGB
rgb(62, 218, 127)HSL
hsl(145, 68%, 55%)OKLCH
oklch(0.787 0.182 152.9)CMYK
cmyk(72%, 0%, 42%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D470
2#24BC63
3#1FA557
4#1B8D4B
5#16763E
6#125E32
7#0D4725
8#092F19
9#04180C
Tints
Lighter variations
1#51DE8C
2#65E299
3#78E5A6
4#8BE9B2
5#9FEDBF
6#B2F0CC
7#C5F4D9
8#D8F8E5
9#ECFBF2
Tones
Muted variations
1#46D281
2#4ECB82
3#56C383
4#5DBB84
5#65B386
6#6DAB87
7#75A488
8#7D9C8A
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 #C7F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29C | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4524 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EB;
--emerald-200: #C7F4DA;
--emerald-300: #9CECBE;
--emerald-400: #69E29C;
--emerald-500: #3EDA7F;
--emerald-600: #24BC63;
--emerald-700: #1D964F;
--emerald-800: #146B39;
--emerald-900: #0D4524;
--emerald-950: #082B17;
}