Emerald
#5FEC98
GreenColor Codes
All color formats for development
HEX
#5FEC98RGB
rgb(95, 236, 152)HSL
hsl(144, 79%, 65%)OKLCH
oklch(0.845 0.17 154.1)CMYK
cmyk(60%, 0%, 36%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E984
2#24E571
3#18D062
4#15B254
5#119446
6#0E7738
7#0A592A
8#073B1C
9#031E0E
Tints
Lighter variations
1#6FEEA2
2#7FF0AC
3#8FF2B7
4#9FF4C1
5#AFF6CB
6#BFF8D6
7#CFF9E0
8#DFFBEA
9#EFFDF5
Tones
Muted variations
1#66E599
2#6DDE9A
3#74D79C
4#7BD09D
5#82C99F
6#8AC2A0
7#91BBA2
8#98B4A3
9#9FADA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BB;
--emerald-400: #5FEC98;
--emerald-500: #32E77A;
--emerald-600: #18C95E;
--emerald-700: #13A04B;
--emerald-800: #0D7236;
--emerald-900: #094922;
--emerald-950: #052E15;
}