Emerald
#10D177
GreenColor Codes
All color formats for development
HEX
#10D177RGB
rgb(16, 209, 119)HSL
hsl(152, 86%, 44%)OKLCH
oklch(0.756 0.187 154.3)CMYK
cmyk(92%, 0%, 43%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBC6B
2#0DA75F
3#0B9253
4#097D47
5#08683B
6#06532F
7#053F24
8#032A18
9#02150C
Tints
Lighter variations
1#12EB86
2#2BEF93
3#45F1A1
4#60F3AE
5#7AF5BC
6#95F7C9
7#AFF9D7
8#CAFBE4
9#E4FDF2
Tones
Muted variations
1#19C776
2#23BD75
3#2DB475
4#36AA74
5#40A073
6#4A9773
7#538D72
8#5D8371
9#677A71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7C8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3AB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA65E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097743 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFDEE;
--emerald-200: #C1FAE0;
--emerald-300: #92F7C8;
--emerald-400: #59F3AB;
--emerald-500: #2AEF93;
--emerald-600: #10D177;
--emerald-700: #0CA65E;
--emerald-800: #097743;
--emerald-900: #064C2B;
--emerald-950: #042F1B;
}