Emerald
#2DEB9C
GreenColor Codes
All color formats for development
HEX
#2DEB9CRGB
rgb(45, 235, 156)HSL
hsl(155, 83%, 55%)OKLCH
oklch(0.833 0.182 159.1)CMYK
cmyk(81%, 0%, 34%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E790
2#13CD80
3#11B470
4#0E9A60
5#0C8050
6#0A6740
7#074D30
8#053320
9#021A10
Tints
Lighter variations
1#42EDA6
2#57EFB0
3#6CF1BA
4#81F3C4
5#96F5CE
6#ABF7D7
7#C0F9E1
8#D5FBEB
9#EAFDF5
Tones
Muted variations
1#37E29B
2#40D899
3#4ACF97
4#53C596
5#5DBC94
6#66B293
7#70A991
8#799F8F
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFCF0;
--emerald-200: #C2F9E2;
--emerald-300: #94F5CC;
--emerald-400: #5CF0B2;
--emerald-500: #2DEB9C;
--emerald-600: #13CD80;
--emerald-700: #0FA366;
--emerald-800: #0B7549;
--emerald-900: #074B2E;
--emerald-950: #042F1D;
}