Emerald
#5FEC70
GreenColor Codes
All color formats for development
HEX
#5FEC70RGB
rgb(95, 236, 112)HSL
hsl(127, 79%, 65%)OKLCH
oklch(0.839 0.206 145.6)CMYK
cmyk(60%, 0%, 53%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E955
2#24E53A
3#18D02E
4#15B227
5#119421
6#0E771A
7#0A5914
8#073B0D
9#031E07
Tints
Lighter variations
1#6FEE7E
2#7FF08C
3#8FF29B
4#9FF4A9
5#AFF6B7
6#BFF8C6
7#CFF9D4
8#DFFBE2
9#EFFDF1
Tones
Muted variations
1#66E575
2#6DDE7B
3#74D780
4#7BD085
5#82C98B
6#8AC290
7#91BB96
8#98B49B
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC70 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C4F8CA;
--emerald-300: #96F3A1;
--emerald-400: #5FEC70;
--emerald-500: #32E747;
--emerald-600: #18C92C;
--emerald-700: #13A023;
--emerald-800: #0D7219;
--emerald-900: #094910;
--emerald-950: #052E0A;
}