Emerald
#24BC70
GreenColor Codes
All color formats for development
HEX
#24BC70RGB
rgb(36, 188, 112)HSL
hsl(150, 68%, 44%)OKLCH
oklch(0.702 0.164 155)CMYK
cmyk(81%, 0%, 40%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA65
2#1D975A
3#19844F
4#167143
5#125E38
6#0E4B2D
7#0B3922
8#072616
9#04130B
Tints
Lighter variations
1#28D47E
2#3FDA8D
3#57DF9B
4#6FE4A9
5#87E8B8
6#9FEDC6
7#B7F1D4
8#CFF6E2
9#E7FAF1
Tones
Muted variations
1#2CB570
2#33AD70
3#3BA670
4#429E70
5#4A9670
6#528F70
7#598770
8#617F70
9#697870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9659 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | 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: #F2FDF7;
--emerald-100: #E1F9ED;
--emerald-200: #C7F4DE;
--emerald-300: #9CECC4;
--emerald-400: #69E2A6;
--emerald-500: #3EDA8C;
--emerald-600: #24BC70;
--emerald-700: #1D9659;
--emerald-800: #146B40;
--emerald-900: #0D4529;
--emerald-950: #082B1A;
}