Emerald
#1CC48C
GreenColor Codes
All color formats for development
HEX
#1CC48CRGB
rgb(28, 196, 140)HSL
hsl(160, 75%, 44%)OKLCH
oklch(0.728 0.152 163.4)CMYK
cmyk(86%, 0%, 29%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B17E
2#169D70
3#148962
4#117654
5#0E6246
6#0B4F38
7#083B2A
8#06271C
9#03140E
Tints
Lighter variations
1#20DD9E
2#37E2A9
3#50E6B4
4#69EABF
5#82EDC9
6#9BF1D4
7#B4F4DF
8#CDF8EA
9#E6FBF4
Tones
Muted variations
1#24BC89
2#2DB487
3#35AB84
4#3EA381
5#469A7E
6#4F927B
7#578979
8#5F8176
9#687973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0D3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9BC | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC48C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4733 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FBF2;
--emerald-200: #C5F7E6;
--emerald-300: #98F0D3;
--emerald-400: #63E9BC;
--emerald-500: #36E2A9;
--emerald-600: #1CC48C;
--emerald-700: #169C70;
--emerald-800: #107050;
--emerald-900: #0A4733;
--emerald-950: #062D20;
}