Emerald
#1EC28C
GreenColor Codes
All color formats for development
HEX
#1EC28CRGB
rgb(30, 194, 140)HSL
hsl(160, 73%, 44%)OKLCH
oklch(0.723 0.149 163.9)CMYK
cmyk(85%, 0%, 28%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF7E
2#189B70
3#158862
4#127454
5#0F6146
6#0C4E38
7#093A2A
8#06271C
9#03130E
Tints
Lighter variations
1#22DB9D
2#39E0A9
3#52E4B3
4#6BE8BE
5#83ECC9
6#9CF0D4
7#B5F3DF
8#CEF7E9
9#E6FBF4
Tones
Muted variations
1#26BA89
2#2FB286
3#37AA83
4#3FA181
5#47997E
6#4F917B
7#588978
8#608176
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 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E6;
--emerald-300: #9AEFD3;
--emerald-400: #65E7BB;
--emerald-500: #38E0A8;
--emerald-600: #1EC28C;
--emerald-700: #189A6F;
--emerald-800: #116E4F;
--emerald-900: #0B4733;
--emerald-950: #072C20;
}