Emerald
#2DB469
GreenColor Codes
All color formats for development
HEX
#2DB469RGB
rgb(45, 180, 105)HSL
hsl(147, 60%, 44%)OKLCH
oklch(0.682 0.158 153.6)CMYK
cmyk(75%, 0%, 42%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A25F
2#249054
3#1F7E4A
4#1B6C3F
5#165A35
6#12482A
7#0D3620
8#092415
9#04120B
Tints
Lighter variations
1#33CA77
2#48D186
3#5FD795
4#76DDA4
5#8DE2B3
6#A4E8C2
7#BAEED2
8#D1F4E1
9#E8F9F0
Tones
Muted variations
1#34AD6A
2#3AA66B
3#419F6B
4#48996C
5#4F926D
6#558B6E
7#5C846E
8#637E6F
9#697770
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 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA0 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DC;
--emerald-300: #A1E8C1;
--emerald-400: #70DBA0;
--emerald-500: #47D185;
--emerald-600: #2DB469;
--emerald-700: #248F54;
--emerald-800: #1A663C;
--emerald-900: #104126;
--emerald-950: #0A2918;
}