Emerald
#5FEC74
GreenColor Codes
All color formats for development
HEX
#5FEC74RGB
rgb(95, 236, 116)HSL
hsl(129, 79%, 65%)OKLCH
oklch(0.839 0.203 146.2)CMYK
cmyk(60%, 0%, 51%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E95B
2#24E541
3#18D034
4#15B22C
5#119425
6#0E771E
7#0A5916
8#073B0F
9#031E07
Tints
Lighter variations
1#6FEE82
2#7FF090
3#8FF29E
4#9FF4AC
5#AFF6BA
6#BFF8C8
7#CFF9D5
8#DFFBE3
9#EFFDF1
Tones
Muted variations
1#66E579
2#6DDE7E
3#74D783
4#7BD088
5#82C98D
6#8AC292
7#91BB97
8#98B49C
9#9FADA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC74 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C932 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094912 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CC;
--emerald-300: #96F3A4;
--emerald-400: #5FEC74;
--emerald-500: #32E74D;
--emerald-600: #18C932;
--emerald-700: #13A028;
--emerald-800: #0D721C;
--emerald-900: #094912;
--emerald-950: #052E0B;
}