Emerald
#2AEFB4
GreenColor Codes
All color formats for development
HEX
#2AEFB4RGB
rgb(42, 239, 180)HSL
hsl(162, 86%, 55%)OKLCH
oklch(0.848 0.168 166.2)CMYK
cmyk(82%, 0%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EBAA
2#10D197
3#0EB784
4#0C9D71
5#0A825E
6#08684B
7#064E39
8#043426
9#021A13
Tints
Lighter variations
1#3FF1BB
2#54F2C3
3#6AF4CA
4#7FF5D2
5#94F7D9
6#AAF9E1
7#BFFAE8
8#D4FCF0
9#EAFDF7
Tones
Muted variations
1#33E5B0
2#3DDBAC
3#47D1A8
4#51C7A4
5#5BBEA0
6#65B49C
7#6FAA98
8#79A094
9#829690
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7D9 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D197 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA678 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DEFDF3;
--emerald-200: #C1FAE9;
--emerald-300: #92F7D9;
--emerald-400: #59F3C4;
--emerald-500: #2AEFB4;
--emerald-600: #10D197;
--emerald-700: #0CA678;
--emerald-800: #097756;
--emerald-900: #064C37;
--emerald-950: #042F22;
}