Emerald
#5FEC9A
GreenColor Codes
All color formats for development
HEX
#5FEC9ARGB
rgb(95, 236, 154)HSL
hsl(145, 79%, 65%)OKLCH
oklch(0.846 0.169 154.7)CMYK
cmyk(60%, 0%, 35%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E987
2#24E574
3#18D065
4#15B256
5#119448
6#0E773A
7#0A592B
8#073B1D
9#031E0E
Tints
Lighter variations
1#6FEEA4
2#7FF0AE
3#8FF2B8
4#9FF4C2
5#AFF6CC
6#BFF8D7
7#CFF9E1
8#DFFBEB
9#EFFDF5
Tones
Muted variations
1#66E59B
2#6DDE9C
3#74D79E
4#7BD09F
5#82C9A0
6#8AC2A1
7#91BBA2
8#98B4A3
9#9FADA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BD;
--emerald-400: #5FEC9A;
--emerald-500: #32E77D;
--emerald-600: #18C961;
--emerald-700: #13A04D;
--emerald-800: #0D7237;
--emerald-900: #094923;
--emerald-950: #052E16;
}