Emerald
#3BDE53
GreenColor Codes
All color formats for development
HEX
#3BDE53RGB
rgb(59, 222, 83)HSL
hsl(129, 71%, 55%)OKLCH
oklch(0.791 0.224 145.1)CMYK
cmyk(73%, 0%, 63%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D83F
2#21C038
3#1CA831
4#18902A
5#147823
6#10601C
7#0C4815
8#08300E
9#041807
Tints
Lighter variations
1#4EE164
2#62E476
3#76E887
4#89EB98
5#9DEEA9
6#B1F2BA
7#C4F5CB
8#D8F8DD
9#EBFCEE
Tones
Muted variations
1#43D659
2#4BCD5F
3#53C564
4#5BBD6A
5#64B570
6#6CAD75
7#74A57B
8#7C9D81
9#849487
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E579 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C038 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A992D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4615 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FAE4;
--emerald-200: #C6F5CD;
--emerald-300: #9BEEA7;
--emerald-400: #66E579;
--emerald-500: #3BDE53;
--emerald-600: #21C038;
--emerald-700: #1A992D;
--emerald-800: #126D20;
--emerald-900: #0C4615;
--emerald-950: #072C0D;
}