Emerald
#36E29B
GreenColor Codes
All color formats for development
HEX
#36E29BRGB
rgb(54, 226, 155)HSL
hsl(155, 75%, 55%)OKLCH
oklch(0.811 0.17 160.2)CMYK
cmyk(76%, 0%, 31%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DD8E
2#1CC47E
3#19AC6E
4#15935F
5#127B4F
6#0E623F
7#0B4A2F
8#073120
9#041910
Tints
Lighter variations
1#4AE5A5
2#5EE8AF
3#72EBB9
4#87EEC3
5#9BF1CD
6#AFF4D7
7#C3F6E1
8#D7F9EB
9#EBFCF5
Tones
Muted variations
1#3FDA99
2#47D198
3#50C896
4#59C095
5#61B793
6#6AAF92
7#72A691
8#7B9D8F
9#84958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0CC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E29B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A472E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FBEF;
--emerald-200: #C5F7E2;
--emerald-300: #98F0CC;
--emerald-400: #63E9B1;
--emerald-500: #36E29B;
--emerald-600: #1CC47E;
--emerald-700: #169C64;
--emerald-800: #107048;
--emerald-900: #0A472E;
--emerald-950: #062D1D;
}