Emerald
#2AEF93
GreenColor Codes
All color formats for development
HEX
#2AEF93RGB
rgb(42, 239, 147)HSL
hsl(152, 86%, 55%)OKLCH
oklch(0.841 0.195 156)CMYK
cmyk(82%, 0%, 38%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EB85
2#10D177
3#0EB768
4#0C9D59
5#0A824A
6#08683B
7#064E2C
8#04341E
9#021A0F
Tints
Lighter variations
1#3FF19E
2#54F2A8
3#6AF4B3
4#7FF5BE
5#94F7C9
6#AAF9D4
7#BFFADF
8#D4FCE9
9#EAFDF4
Tones
Muted variations
1#33E592
2#3DDB92
3#47D191
4#51C790
5#5BBE90
6#65B48F
7#6FAA8E
8#79A08E
9#82968D
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;
}