Emerald
#25BB64
GreenColor Codes
All color formats for development
HEX
#25BB64RGB
rgb(37, 187, 100)HSL
hsl(145, 67%, 44%)OKLCH
oklch(0.698 0.174 151.8)CMYK
cmyk(80%, 0%, 47%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A95A
2#1E9650
3#1A8346
4#16703C
5#135E32
6#0F4B28
7#0B381E
8#072514
9#04130A
Tints
Lighter variations
1#2AD370
2#40D980
3#58DE90
4#70E3A0
5#88E7B0
6#A0ECC0
7#B7F1CF
8#CFF6DF
9#E7FAEF
Tones
Muted variations
1#2DB465
2#34AC66
3#3CA567
4#439D69
5#4B966A
6#528E6B
7#5A876C
8#617F6E
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | 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: #F2FCF6;
--emerald-100: #E1F9EB;
--emerald-200: #C8F4DA;
--emerald-300: #9DECBE;
--emerald-400: #6AE29C;
--emerald-500: #3FD97F;
--emerald-600: #25BB64;
--emerald-700: #1D954F;
--emerald-800: #156A39;
--emerald-900: #0D4424;
--emerald-950: #082B17;
}