Emerald
#5FEC87
GreenColor Codes
All color formats for development
HEX
#5FEC87RGB
rgb(95, 236, 135)HSL
hsl(137, 79%, 65%)OKLCH
oklch(0.842 0.186 149.9)CMYK
cmyk(60%, 0%, 43%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E971
2#24E55B
3#18D04C
4#15B241
5#119437
6#0E772C
7#0A5921
8#073B16
9#031E0B
Tints
Lighter variations
1#6FEE93
2#7FF09F
3#8FF2AB
4#9FF4B7
5#AFF6C3
6#BFF8CF
7#CFF9DB
8#DFFBE7
9#EFFDF3
Tones
Muted variations
1#66E58A
2#6DDE8D
3#74D790
4#7BD093
5#82C996
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 #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC87 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E765 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | 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: #DFFBE7;
--emerald-200: #C4F8D3;
--emerald-300: #96F3B0;
--emerald-400: #5FEC87;
--emerald-500: #32E765;
--emerald-600: #18C94A;
--emerald-700: #13A03B;
--emerald-800: #0D722A;
--emerald-900: #09491B;
--emerald-950: #052E11;
}