Emerald
#3FD94A
GreenColor Codes
All color formats for development
HEX
#3FD94ARGB
rgb(63, 217, 74)HSL
hsl(124, 67%, 55%)OKLCH
oklch(0.778 0.224 144)CMYK
cmyk(71%, 0%, 66%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD335
2#25BB2F
3#20A429
4#1C8D23
5#17751D
6#135E18
7#0E4612
8#092F0C
9#051706
Tints
Lighter variations
1#53DD5C
2#66E16E
3#79E480
4#8CE892
5#9FECA4
6#B2F0B6
7#C6F4C9
8#D9F7DB
9#ECFBED
Tones
Muted variations
1#47D150
2#4FCA57
3#56C25E
4#5EBA64
5#66B36B
6#6DAB72
7#75A378
8#7D9C7F
9#859486
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE272 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD94A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB2F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9525 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4411 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E1F9E3;
--emerald-200: #C8F4CB;
--emerald-300: #9DECA2;
--emerald-400: #6AE272;
--emerald-500: #3FD94A;
--emerald-600: #25BB2F;
--emerald-700: #1D9525;
--emerald-800: #156A1B;
--emerald-900: #0D4411;
--emerald-950: #082B0B;
}