Emerald
#1EC260
GreenColor Codes
All color formats for development
HEX
#1EC260RGB
rgb(30, 194, 96)HSL
hsl(144, 73%, 44%)OKLCH
oklch(0.715 0.187 150.4)CMYK
cmyk(85%, 0%, 51%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF56
2#189B4D
3#158843
4#127439
5#0F6130
6#0C4E26
7#093A1D
8#062713
9#03130A
Tints
Lighter variations
1#22DB6C
2#39E07C
3#52E48C
4#6BE89D
5#83ECAD
6#9CF0BE
7#B5F3CE
8#CEF7DE
9#E6FBEF
Tones
Muted variations
1#26BA61
2#2FB263
3#37AA65
4#3FA166
5#479968
6#4F916A
7#58896B
8#60816D
9#68786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6D9;
--emerald-300: #9AEFBC;
--emerald-400: #65E799;
--emerald-500: #38E07B;
--emerald-600: #1EC260;
--emerald-700: #189A4C;
--emerald-800: #116E36;
--emerald-900: #0B4723;
--emerald-950: #072C16;
}