Emerald
#2DB480
GreenColor Codes
All color formats for development
HEX
#2DB480RGB
rgb(45, 180, 128)HSL
hsl(157, 60%, 44%)OKLCH
oklch(0.686 0.137 162.2)CMYK
cmyk(75%, 0%, 29%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A273
2#249066
3#1F7E5A
4#1B6C4D
5#165A40
6#124833
7#0D3626
8#09241A
9#04120D
Tints
Lighter variations
1#33CA90
2#48D19D
3#5FD7A9
4#76DDB5
5#8DE2C2
6#A4E8CE
7#BAEEDA
8#D1F4E6
9#E8F9F3
Tones
Muted variations
1#34AD7E
2#3AA67D
3#419F7B
4#48997A
5#4F9278
6#558B76
7#5C8475
8#637E73
9#697772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8F0;
--emerald-200: #CAF2E2;
--emerald-300: #A1E8CD;
--emerald-400: #70DBB2;
--emerald-500: #47D19C;
--emerald-600: #2DB480;
--emerald-700: #248F66;
--emerald-800: #1A6649;
--emerald-900: #10412F;
--emerald-950: #0A291D;
}