Emerald
#2DB467
GreenColor Codes
All color formats for development
HEX
#2DB467RGB
rgb(45, 180, 103)HSL
hsl(146, 60%, 44%)OKLCH
oklch(0.681 0.16 153)CMYK
cmyk(75%, 0%, 43%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A25D
2#249053
3#1F7E48
4#1B6C3E
5#165A34
6#124829
7#0D361F
8#092415
9#04120A
Tints
Lighter variations
1#33CA74
2#48D184
3#5FD793
4#76DDA2
5#8DE2B2
6#A4E8C1
7#BAEED1
8#D1F4E0
9#E8F9F0
Tones
Muted variations
1#34AD68
2#3AA669
3#419F6A
4#48996B
5#4F926C
6#558B6D
7#5C846E
8#637E6E
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB9F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D183 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB467 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DB;
--emerald-300: #A1E8C0;
--emerald-400: #70DB9F;
--emerald-500: #47D183;
--emerald-600: #2DB467;
--emerald-700: #248F52;
--emerald-800: #1A663B;
--emerald-900: #104126;
--emerald-950: #0A2917;
}