Emerald
#24BC73
GreenColor Codes
All color formats for development
HEX
#24BC73RGB
rgb(36, 188, 115)HSL
hsl(151, 68%, 44%)OKLCH
oklch(0.703 0.162 155.9)CMYK
cmyk(81%, 0%, 39%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA67
2#1D975C
3#198450
4#167145
5#125E39
6#0E4B2E
7#0B3922
8#072617
9#04130B
Tints
Lighter variations
1#28D481
2#3FDA8F
3#57DF9D
4#6FE4AB
5#87E8B9
6#9FEDC7
7#B7F1D5
8#CFF6E3
9#E7FAF1
Tones
Muted variations
1#2CB572
2#33AD72
3#3BA672
4#429E72
5#4A9671
6#528F71
7#598771
8#617F71
9#697870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9EE;
--emerald-200: #C7F4DF;
--emerald-300: #9CECC6;
--emerald-400: #69E2A8;
--emerald-500: #3EDA8F;
--emerald-600: #24BC73;
--emerald-700: #1D965B;
--emerald-800: #146B41;
--emerald-900: #0D452A;
--emerald-950: #082B1A;
}