Emerald
#1EC283
GreenColor Codes
All color formats for development
HEX
#1EC283RGB
rgb(30, 194, 131)HSL
hsl(157, 73%, 44%)OKLCH
oklch(0.721 0.156 160.4)CMYK
cmyk(85%, 0%, 32%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF76
2#189B69
3#15885C
4#12744F
5#0F6142
6#0C4E35
7#093A27
8#06271A
9#03130D
Tints
Lighter variations
1#22DB94
2#39E0A0
3#52E4AC
4#6BE8B8
5#83ECC4
6#9CF0D0
7#B5F3DB
8#CEF7E7
9#E6FBF3
Tones
Muted variations
1#26BA81
2#2FB27F
3#37AA7E
4#3FA17C
5#47997A
6#4F9178
7#588976
8#608174
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4730 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF0;
--emerald-200: #C6F6E3;
--emerald-300: #9AEFCE;
--emerald-400: #65E7B5;
--emerald-500: #38E0A0;
--emerald-600: #1EC283;
--emerald-700: #189A68;
--emerald-800: #116E4B;
--emerald-900: #0B4730;
--emerald-950: #072C1E;
}