Emerald
#3FD9A3
GreenColor Codes
All color formats for development
HEX
#3FD9A3RGB
rgb(63, 217, 163)HSL
hsl(159, 67%, 55%)OKLCH
oklch(0.793 0.149 164.9)CMYK
cmyk(71%, 0%, 25%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD398
2#25BB87
3#20A476
4#1C8D65
5#177554
6#135E43
7#0E4633
8#092F22
9#051711
Tints
Lighter variations
1#53DDAC
2#66E1B6
3#79E4BF
4#8CE8C8
5#9FECD1
6#B2F0DA
7#C6F4E3
8#D9F7ED
9#ECFBF6
Tones
Muted variations
1#47D1A1
2#4FCA9F
3#56C29C
4#5EBA9A
5#66B398
6#6DAB95
7#75A393
8#7D9C91
9#85948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4431 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E1F9F1;
--emerald-200: #C8F4E5;
--emerald-300: #9DECD0;
--emerald-400: #6AE2B8;
--emerald-500: #3FD9A3;
--emerald-600: #25BB87;
--emerald-700: #1D956B;
--emerald-800: #156A4D;
--emerald-900: #0D4431;
--emerald-950: #082B1F;
}