Emerald
#25BB69
GreenColor Codes
All color formats for development
HEX
#25BB69RGB
rgb(37, 187, 105)HSL
hsl(147, 67%, 44%)OKLCH
oklch(0.699 0.169 153.1)CMYK
cmyk(80%, 0%, 44%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A95E
2#1E9654
3#1A8349
4#16703F
5#135E34
6#0F4B2A
7#0B381F
8#072515
9#04130A
Tints
Lighter variations
1#2AD376
2#40D985
3#58DE94
4#70E3A4
5#88E7B3
6#A0ECC2
7#B7F1D1
8#CFF6E1
9#E7FAF0
Tones
Muted variations
1#2DB469
2#34AC6A
3#3CA56B
4#439D6C
5#4B966C
6#528E6D
7#5A876E
8#617F6F
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD985 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9553 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4426 | 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: #F2FCF7;
--emerald-100: #E1F9EC;
--emerald-200: #C8F4DC;
--emerald-300: #9DECC0;
--emerald-400: #6AE2A0;
--emerald-500: #3FD985;
--emerald-600: #25BB69;
--emerald-700: #1D9553;
--emerald-800: #156A3B;
--emerald-900: #0D4426;
--emerald-950: #082B18;
}