Emerald
#1FC170
GreenColor Codes
All color formats for development
HEX
#1FC170RGB
rgb(31, 193, 112)HSL
hsl(150, 72%, 44%)OKLCH
oklch(0.715 0.172 154.4)CMYK
cmyk(84%, 0%, 42%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE65
2#199A5A
3#16874F
4#137443
5#106038
6#0D4D2D
7#093A22
8#062716
9#03130B
Tints
Lighter variations
1#23DA7E
2#3BDF8D
3#53E39B
4#6CE7A9
5#84EBB8
6#9DEFC6
7#B5F3D4
8#CEF7E2
9#E6FBF1
Tones
Muted variations
1#27B970
2#30B170
3#38A970
4#40A170
5#489970
6#509170
7#588870
8#608070
9#687870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC170 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4629 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAED;
--emerald-200: #C6F6DE;
--emerald-300: #9AEFC4;
--emerald-400: #65E6A6;
--emerald-500: #3ADF8C;
--emerald-600: #1FC170;
--emerald-700: #199A59;
--emerald-800: #126E40;
--emerald-900: #0B4629;
--emerald-950: #072C1A;
}