Emerald
#3BDE6E
GreenColor Codes
All color formats for development
HEX
#3BDE6ERGB
rgb(59, 222, 110)HSL
hsl(139, 71%, 55%)OKLCH
oklch(0.794 0.203 149.1)CMYK
cmyk(73%, 0%, 50%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D85D
2#21C053
3#1CA849
4#18903E
5#147834
6#106029
7#0C481F
8#083015
9#04180A
Tints
Lighter variations
1#4EE17D
2#62E48B
3#76E89A
4#89EBA8
5#9DEEB7
6#B1F2C5
7#C4F5D4
8#D8F8E2
9#EBFCF1
Tones
Muted variations
1#43D671
2#4BCD74
3#53C577
4#5BBD7A
5#64B57D
6#6CAD80
7#74A583
8#7C9D86
9#849489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E58F | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE6E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C053 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9942 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C461E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE9;
--emerald-200: #C6F5D5;
--emerald-300: #9BEEB5;
--emerald-400: #66E58F;
--emerald-500: #3BDE6E;
--emerald-600: #21C053;
--emerald-700: #1A9942;
--emerald-800: #126D2F;
--emerald-900: #0C461E;
--emerald-950: #072C13;
}