Emerald
#2DEBA2
GreenColor Codes
All color formats for development
HEX
#2DEBA2RGB
rgb(45, 235, 162)HSL
hsl(157, 83%, 55%)OKLCH
oklch(0.834 0.177 160.9)CMYK
cmyk(81%, 0%, 31%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E797
2#13CD86
3#11B475
4#0E9A64
5#0C8054
6#0A6743
7#074D32
8#053321
9#021A11
Tints
Lighter variations
1#42EDAC
2#57EFB5
3#6CF1BE
4#81F3C7
5#96F5D1
6#ABF7DA
7#C0F9E3
8#D5FBEC
9#EAFDF6
Tones
Muted variations
1#37E2A0
2#40D89E
3#4ACF9C
4#53C59A
5#5DBC97
6#66B295
7#70A993
8#799F91
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF1;
--emerald-200: #C2F9E4;
--emerald-300: #94F5D0;
--emerald-400: #5CF0B7;
--emerald-500: #2DEBA2;
--emerald-600: #13CD86;
--emerald-700: #0FA36B;
--emerald-800: #0B754C;
--emerald-900: #074B31;
--emerald-950: #042F1E;
}