Emerald
#2AEFA3
GreenColor Codes
All color formats for development
HEX
#2AEFA3RGB
rgb(42, 239, 163)HSL
hsl(157, 86%, 55%)OKLCH
oklch(0.844 0.182 160.5)CMYK
cmyk(82%, 0%, 32%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EB98
2#10D187
3#0EB776
4#0C9D65
5#0A8254
6#086843
7#064E33
8#043422
9#021A11
Tints
Lighter variations
1#3FF1AC
2#54F2B6
3#6AF4BF
4#7FF5C8
5#94F7D1
6#AAF9DA
7#BFFAE3
8#D4FCED
9#EAFDF6
Tones
Muted variations
1#33E5A1
2#3DDB9F
3#47D19C
4#51C79A
5#5BBE98
6#65B495
7#6FAA93
8#79A091
9#82968F
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;
}