Emerald
#24BC69
GreenColor Codes
All color formats for development
HEX
#24BC69RGB
rgb(36, 188, 105)HSL
hsl(147, 68%, 44%)OKLCH
oklch(0.701 0.171 153)CMYK
cmyk(81%, 0%, 44%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA5E
2#1D9754
3#198449
4#16713F
5#125E34
6#0E4B2A
7#0B391F
8#072615
9#04130A
Tints
Lighter variations
1#28D476
2#3FDA85
3#57DF94
4#6FE4A3
5#87E8B3
6#9FEDC2
7#B7F1D1
8#CFF6E0
9#E7FAF0
Tones
Muted variations
1#2CB569
2#33AD6A
3#3BA66B
4#429E6C
5#4A966C
6#528F6D
7#59876E
8#617F6F
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E1F9EC;
--emerald-200: #C7F4DC;
--emerald-300: #9CECC0;
--emerald-400: #69E2A0;
--emerald-500: #3EDA84;
--emerald-600: #24BC69;
--emerald-700: #1D9653;
--emerald-800: #146B3B;
--emerald-900: #0D4526;
--emerald-950: #082B18;
}