Emerald
#2DEB9F
GreenColor Codes
All color formats for development
HEX
#2DEB9FRGB
rgb(45, 235, 159)HSL
hsl(156, 83%, 55%)OKLCH
oklch(0.833 0.18 160)CMYK
cmyk(81%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E793
2#13CD83
3#11B472
4#0E9A62
5#0C8052
6#0A6741
7#074D31
8#053321
9#021A10
Tints
Lighter variations
1#42EDA9
2#57EFB2
3#6CF1BC
4#81F3C6
5#96F5CF
6#ABF7D9
7#C0F9E2
8#D5FBEC
9#EAFDF5
Tones
Muted variations
1#37E29D
2#40D89B
3#4ACF9A
4#53C598
5#5DBC96
6#66B294
7#70A992
8#799F90
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | 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: #DEFCF0;
--emerald-200: #C2F9E3;
--emerald-300: #94F5CE;
--emerald-400: #5CF0B5;
--emerald-500: #2DEB9F;
--emerald-600: #13CD83;
--emerald-700: #0FA368;
--emerald-800: #0B754A;
--emerald-900: #074B30;
--emerald-950: #042F1E;
}