Emerald
#3BDE4E
GreenColor Codes
All color formats for development
HEX
#3BDE4ERGB
rgb(59, 222, 78)HSL
hsl(127, 71%, 55%)OKLCH
oklch(0.79 0.228 144.6)CMYK
cmyk(73%, 0%, 65%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D83A
2#21C033
3#1CA82D
4#189026
5#147820
6#10601A
7#0C4813
8#08300D
9#041806
Tints
Lighter variations
1#4EE160
2#62E471
3#76E883
4#89EB95
5#9DEEA6
6#B1F2B8
7#C4F5CA
8#D8F8DC
9#EBFCED
Tones
Muted variations
1#43D654
2#4BCD5A
3#53C561
4#5BBD67
5#64B56D
6#6CAD73
7#74A57A
8#7C9D80
9#849486
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E575 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE4E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C033 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9929 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4613 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE3;
--emerald-200: #C6F5CC;
--emerald-300: #9BEEA4;
--emerald-400: #66E575;
--emerald-500: #3BDE4E;
--emerald-600: #21C033;
--emerald-700: #1A9929;
--emerald-800: #126D1D;
--emerald-900: #0C4613;
--emerald-950: #072C0C;
}