Emerald
#2DB487
GreenColor Codes
All color formats for development
HEX
#2DB487RGB
rgb(45, 180, 135)HSL
hsl(160, 60%, 44%)OKLCH
oklch(0.688 0.132 165.5)CMYK
cmyk(75%, 0%, 25%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A279
2#24906C
3#1F7E5E
4#1B6C51
5#165A43
6#124836
7#0D3628
8#09241B
9#04120D
Tints
Lighter variations
1#33CA98
2#48D1A4
3#5FD7AF
4#76DDBA
5#8DE2C6
6#A4E8D1
7#BAEEDD
8#D1F4E8
9#E8F9F4
Tones
Muted variations
1#34AD84
2#3AA682
3#419F80
4#48997E
5#4F927B
6#558B79
7#5C8477
8#637E75
9#697772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F1;
--emerald-200: #CAF2E4;
--emerald-300: #A1E8D0;
--emerald-400: #70DBB8;
--emerald-500: #47D1A3;
--emerald-600: #2DB487;
--emerald-700: #248F6B;
--emerald-800: #1A664C;
--emerald-900: #104131;
--emerald-950: #0A291F;
}