Emerald
#36E236
GreenColor Codes
All color formats for development
HEX
#36E236RGB
rgb(54, 226, 54)HSL
hsl(120, 75%, 55%)OKLCH
oklch(0.798 0.248 142.8)CMYK
cmyk(76%, 0%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DD20
2#1CC41C
3#19AC19
4#159315
5#127B12
6#0E620E
7#0B4A0B
8#073107
9#041904
Tints
Lighter variations
1#4AE54A
2#5EE85E
3#72EB72
4#87EE87
5#9BF19B
6#AFF4AF
7#C3F6C3
8#D7F9D7
9#EBFCEB
Tones
Muted variations
1#3FDA3F
2#47D147
3#50C850
4#59C059
5#61B761
6#6AAF6A
7#72A672
8#7B9D7B
9#849584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F098 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E963 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FBE0;
--emerald-200: #C5F7C5;
--emerald-300: #98F098;
--emerald-400: #63E963;
--emerald-500: #36E236;
--emerald-600: #1CC41C;
--emerald-700: #169C16;
--emerald-800: #107010;
--emerald-900: #0A470A;
--emerald-950: #062D06;
}