Emerald
#2DEBA9
GreenColor Codes
All color formats for development
HEX
#2DEBA9RGB
rgb(45, 235, 169)HSL
hsl(159, 83%, 55%)OKLCH
oklch(0.836 0.171 163.2)CMYK
cmyk(81%, 0%, 28%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E79E
2#13CD8C
3#11B47B
4#0E9A69
5#0C8058
6#0A6746
7#074D35
8#053323
9#021A12
Tints
Lighter variations
1#42EDB1
2#57EFBA
3#6CF1C3
4#81F3CB
5#96F5D4
6#ABF7DD
7#C0F9E5
8#D5FBEE
9#EAFDF6
Tones
Muted variations
1#37E2A6
2#40D8A3
3#4ACFA0
4#53C59D
5#5DBC9B
6#66B298
7#70A995
8#799F92
9#83968F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF2;
--emerald-200: #C2F9E6;
--emerald-300: #94F5D3;
--emerald-400: #5CF0BC;
--emerald-500: #2DEBA9;
--emerald-600: #13CD8C;
--emerald-700: #0FA36F;
--emerald-800: #0B7550;
--emerald-900: #074B33;
--emerald-950: #042F20;
}