Emerald
#24BC75
GreenColor Codes
All color formats for development
HEX
#24BC75RGB
rgb(36, 188, 117)HSL
hsl(152, 68%, 44%)OKLCH
oklch(0.703 0.16 156.6)CMYK
cmyk(81%, 0%, 38%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA6A
2#1D975E
3#198452
4#167146
5#125E3B
6#0E4B2F
7#0B3923
8#072617
9#04130C
Tints
Lighter variations
1#28D484
2#3FDA92
3#57DFA0
4#6FE4AD
5#87E8BB
6#9FEDC8
7#B7F1D6
8#CFF6E4
9#E7FAF1
Tones
Muted variations
1#2CB575
2#33AD74
3#3BA674
4#429E73
5#4A9673
6#528F72
7#598772
8#617F71
9#697871
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 #9CECC7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | 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: #9CECC7;
--emerald-400: #69E2AA;
--emerald-500: #3EDA91;
--emerald-600: #24BC75;
--emerald-700: #1D965D;
--emerald-800: #146B43;
--emerald-900: #0D452B;
--emerald-950: #082B1B;
}