Emerald
#3BDE5B
GreenColor Codes
All color formats for development
HEX
#3BDE5BRGB
rgb(59, 222, 91)HSL
hsl(132, 71%, 55%)OKLCH
oklch(0.792 0.218 146.1)CMYK
cmyk(73%, 0%, 59%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D848
2#21C040
3#1CA838
4#189030
5#147828
6#106020
7#0C4818
8#083010
9#041808
Tints
Lighter variations
1#4EE16C
2#62E47C
3#76E88C
4#89EB9D
5#9DEEAD
6#B1F2BE
7#C4F5CE
8#D8F8DE
9#EBFCEF
Tones
Muted variations
1#43D660
2#4BCD65
3#53C56A
4#5BBD6F
5#64B574
6#6CAD79
7#74A57E
8#7C9D82
9#849487
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E580 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C040 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4617 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FAE6;
--emerald-200: #C6F5D0;
--emerald-300: #9BEEAB;
--emerald-400: #66E580;
--emerald-500: #3BDE5B;
--emerald-600: #21C040;
--emerald-700: #1A9933;
--emerald-800: #126D25;
--emerald-900: #0C4617;
--emerald-950: #072C0F;
}