Emerald
#2DEB93
GreenColor Codes
All color formats for development
HEX
#2DEB93RGB
rgb(45, 235, 147)HSL
hsl(152, 83%, 55%)OKLCH
oklch(0.831 0.19 156.5)CMYK
cmyk(81%, 0%, 37%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E785
2#13CD76
3#11B468
4#0E9A59
5#0C804A
6#0A673B
7#074D2C
8#05331E
9#021A0F
Tints
Lighter variations
1#42ED9D
2#57EFA8
3#6CF1B3
4#81F3BE
5#96F5C9
6#ABF7D4
7#C0F9DE
8#D5FBE9
9#EAFDF4
Tones
Muted variations
1#37E292
2#40D891
3#4ACF91
4#53C590
5#5DBC8F
6#66B28F
7#70A98E
8#799F8E
9#83968D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA35E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFCEE;
--emerald-200: #C2F9E0;
--emerald-300: #94F5C8;
--emerald-400: #5CF0AB;
--emerald-500: #2DEB93;
--emerald-600: #13CD76;
--emerald-700: #0FA35E;
--emerald-800: #0B7543;
--emerald-900: #074B2B;
--emerald-950: #042F1B;
}