Emerald
#24BC63
GreenColor Codes
All color formats for development
HEX
#24BC63RGB
rgb(36, 188, 99)HSL
hsl(145, 68%, 44%)OKLCH
oklch(0.7 0.176 151.5)CMYK
cmyk(81%, 0%, 47%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA5A
2#1D9750
3#198446
4#16713C
5#125E32
6#0E4B28
7#0B391E
8#072614
9#04130A
Tints
Lighter variations
1#28D470
2#3FDA80
3#57DF90
4#6FE4A0
5#87E8B0
6#9FEDBF
7#B7F1CF
8#CFF6DF
9#E7FAEF
Tones
Muted variations
1#2CB565
2#33AD66
3#3BA667
4#429E69
5#4A966A
6#528F6B
7#59876C
8#617F6E
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29C | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4524 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EB;
--emerald-200: #C7F4DA;
--emerald-300: #9CECBE;
--emerald-400: #69E29C;
--emerald-500: #3EDA7F;
--emerald-600: #24BC63;
--emerald-700: #1D964F;
--emerald-800: #146B39;
--emerald-900: #0D4524;
--emerald-950: #082B17;
}