Emerald
#5FEC82
GreenColor Codes
All color formats for development
HEX
#5FEC82RGB
rgb(95, 236, 130)HSL
hsl(135, 79%, 65%)OKLCH
oklch(0.841 0.19 148.8)CMYK
cmyk(60%, 0%, 45%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E96B
2#24E554
3#18D046
4#15B23C
5#119432
6#0E7728
7#0A591E
8#073B14
9#031E0A
Tints
Lighter variations
1#6FEE8F
2#7FF09B
3#8FF2A8
4#9FF4B4
5#AFF6C1
6#BFF8CD
7#CFF9DA
8#DFFBE6
9#EFFDF3
Tones
Muted variations
1#66E586
2#6DDE8A
3#74D78D
4#7BD091
5#82C994
6#8AC298
7#91BB9B
8#98B49F
9#9FADA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC82 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A036 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7227 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF4;
--emerald-100: #DFFBE6;
--emerald-200: #C4F8D1;
--emerald-300: #96F3AD;
--emerald-400: #5FEC82;
--emerald-500: #32E75F;
--emerald-600: #18C944;
--emerald-700: #13A036;
--emerald-800: #0D7227;
--emerald-900: #094919;
--emerald-950: #052E0F;
}