Emerald
#25BB6B
GreenColor Codes
All color formats for development
HEX
#25BB6BRGB
rgb(37, 187, 107)HSL
hsl(148, 67%, 44%)OKLCH
oklch(0.699 0.167 153.7)CMYK
cmyk(80%, 0%, 43%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A960
2#1E9656
3#1A834B
4#167040
5#135E36
6#0F4B2B
7#0B3820
8#072515
9#04130B
Tints
Lighter variations
1#2AD379
2#40D988
3#58DE97
4#70E3A5
5#88E7B4
6#A0ECC3
7#B7F1D2
8#CFF6E1
9#E7FAF0
Tones
Muted variations
1#2DB46C
2#34AC6C
3#3CA56D
4#439D6D
5#4B966E
6#528E6E
7#5A876F
8#617F6F
9#697870
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 #9DECC2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4427 | 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: #9DECC2;
--emerald-400: #6AE2A2;
--emerald-500: #3FD987;
--emerald-600: #25BB6B;
--emerald-700: #1D9555;
--emerald-800: #156A3D;
--emerald-900: #0D4427;
--emerald-950: #082B18;
}