Emerald
#5FEC8A
GreenColor Codes
All color formats for development
HEX
#5FEC8ARGB
rgb(95, 236, 138)HSL
hsl(138, 79%, 65%)OKLCH
oklch(0.843 0.183 150.5)CMYK
cmyk(60%, 0%, 42%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E974
2#24E55E
3#18D04F
4#15B244
5#119439
6#0E772D
7#0A5922
8#073B17
9#031E0B
Tints
Lighter variations
1#6FEE95
2#7FF0A1
3#8FF2AD
4#9FF4B9
5#AFF6C4
6#BFF8D0
7#CFF9DC
8#DFFBE8
9#EFFDF3
Tones
Muted variations
1#66E58C
2#6DDE8F
3#74D792
4#7BD095
5#82C998
6#8AC29A
7#91BB9D
8#98B4A0
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E768 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE8;
--emerald-200: #C4F8D3;
--emerald-300: #96F3B2;
--emerald-400: #5FEC8A;
--emerald-500: #32E768;
--emerald-600: #18C94D;
--emerald-700: #13A03D;
--emerald-800: #0D722C;
--emerald-900: #09491C;
--emerald-950: #052E11;
}