Emerald
#3ADF87
GreenColor Codes
All color formats for development
HEX
#3ADF87RGB
rgb(58, 223, 135)HSL
hsl(148, 72%, 55%)OKLCH
oklch(0.801 0.182 154.6)CMYK
cmyk(74%, 0%, 39%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D978
2#1FC16B
3#1BA95D
4#189150
5#147943
6#106035
7#0C4828
8#08301B
9#04180D
Tints
Lighter variations
1#4DE293
2#61E59F
3#75E9AB
4#89ECB7
5#9CEFC3
6#B0F2CF
7#C4F5DB
8#D8F9E7
9#EBFCF3
Tones
Muted variations
1#42D787
2#4ACE88
3#52C688
4#5BBE89
5#63B689
6#6BAD8A
7#73A58B
8#7C9D8B
9#84958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC16B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4627 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEC;
--emerald-200: #C6F6DC;
--emerald-300: #9AEFC2;
--emerald-400: #65E6A1;
--emerald-500: #3ADF87;
--emerald-600: #1FC16B;
--emerald-700: #199A55;
--emerald-800: #126E3D;
--emerald-900: #0B4627;
--emerald-950: #072C18;
}