Emerald
#10D187
GreenColor Codes
All color formats for development
HEX
#10D187RGB
rgb(16, 209, 135)HSL
hsl(157, 86%, 44%)OKLCH
oklch(0.76 0.173 158.8)CMYK
cmyk(92%, 0%, 35%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBC79
2#0DA76C
3#0B925E
4#097D51
5#086843
6#065336
7#053F28
8#032A1B
9#02150D
Tints
Lighter variations
1#12EB98
2#2BEFA4
3#45F1AF
4#60F3BB
5#7AF5C6
6#95F7D1
7#AFF9DD
8#CAFBE8
9#E4FDF4
Tones
Muted variations
1#19C784
2#23BD82
3#2DB480
4#36AA7E
5#40A07B
6#4A9779
7#538D77
8#5D8375
9#677A72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7D0 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA66B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09774D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFDF1;
--emerald-200: #C1FAE5;
--emerald-300: #92F7D0;
--emerald-400: #59F3B8;
--emerald-500: #2AEFA3;
--emerald-600: #10D187;
--emerald-700: #0CA66B;
--emerald-800: #09774D;
--emerald-900: #064C31;
--emerald-950: #042F1F;
}