Emerald
#25BB8E
GreenColor Codes
All color formats for development
HEX
#25BB8ERGB
rgb(37, 187, 142)HSL
hsl(162, 67%, 44%)OKLCH
oklch(0.707 0.137 166.8)CMYK
cmyk(80%, 0%, 24%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A980
2#1E9672
3#1A8364
4#167055
5#135E47
6#0F4B39
7#0B382B
8#07251C
9#04130E
Tints
Lighter variations
1#2AD3A0
2#40D9AB
3#58DEB6
4#70E3C0
5#88E7CB
6#A0ECD5
7#B7F1E0
8#CFF6EA
9#E7FAF5
Tones
Muted variations
1#2DB48B
2#34AC88
3#3CA585
4#439D82
5#4B967F
6#528E7C
7#5A8779
8#617F76
9#697873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4434 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E1F9F2;
--emerald-200: #C8F4E7;
--emerald-300: #9DECD4;
--emerald-400: #6AE2BE;
--emerald-500: #3FD9AB;
--emerald-600: #25BB8E;
--emerald-700: #1D9571;
--emerald-800: #156A51;
--emerald-900: #0D4434;
--emerald-950: #082B20;
}