Emerald
#1EC289
GreenColor Codes
All color formats for development
HEX
#1EC289RGB
rgb(30, 194, 137)HSL
hsl(159, 73%, 44%)OKLCH
oklch(0.722 0.151 162.7)CMYK
cmyk(85%, 0%, 29%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF7B
2#189B6D
3#158860
4#127452
5#0F6144
6#0C4E37
7#093A29
8#06271B
9#03130E
Tints
Lighter variations
1#22DB9A
2#39E0A6
3#52E4B1
4#6BE8BC
5#83ECC7
6#9CF0D2
7#B5F3DE
8#CEF7E9
9#E6FBF4
Tones
Muted variations
1#26BA86
2#2FB284
3#37AA81
4#3FA17F
5#47997C
6#4F917A
7#588978
8#608175
9#687873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4732 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E5;
--emerald-300: #9AEFD1;
--emerald-400: #65E7B9;
--emerald-500: #38E0A5;
--emerald-600: #1EC289;
--emerald-700: #189A6D;
--emerald-800: #116E4E;
--emerald-900: #0B4732;
--emerald-950: #072C1F;
}