Emerald
#2DEB99
GreenColor Codes
All color formats for development
HEX
#2DEB99RGB
rgb(45, 235, 153)HSL
hsl(154, 83%, 55%)OKLCH
oklch(0.832 0.185 158.2)CMYK
cmyk(81%, 0%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E78C
2#13CD7D
3#11B46D
4#0E9A5D
5#0C804E
6#0A673E
7#074D2F
8#05331F
9#021A10
Tints
Lighter variations
1#42EDA3
2#57EFAD
3#6CF1B8
4#81F3C2
5#96F5CC
6#ABF7D6
7#C0F9E0
8#D5FBEB
9#EAFDF5
Tones
Muted variations
1#37E298
2#40D896
3#4ACF95
4#53C594
5#5DBC93
6#66B291
7#70A990
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 #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFCEF;
--emerald-200: #C2F9E2;
--emerald-300: #94F5CB;
--emerald-400: #5CF0B0;
--emerald-500: #2DEB99;
--emerald-600: #13CD7D;
--emerald-700: #0FA363;
--emerald-800: #0B7547;
--emerald-900: #074B2D;
--emerald-950: #042F1C;
}