Emerald
#41D89E
GreenColor Codes
All color formats for development
HEX
#41D89ERGB
rgb(65, 216, 158)HSL
hsl(157, 66%, 55%)OKLCH
oklch(0.789 0.151 163)CMYK
cmyk(70%, 0%, 27%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD292
2#26BA81
3#21A371
4#1D8C61
5#187451
6#135D41
7#0E4631
8#0A2F20
9#051710
Tints
Lighter variations
1#54DCA8
2#67E0B1
3#7AE4BB
4#8DE8C5
5#A0EBCE
6#B3EFD8
7#C6F3E2
8#D9F7EC
9#ECFBF5
Tones
Muted variations
1#48D09C
2#50C99A
3#57C199
4#5FBA97
5#66B295
6#6EAB93
7#76A392
8#7D9B90
9#85948E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E1F9F0;
--emerald-200: #C8F4E3;
--emerald-300: #9EEBCD;
--emerald-400: #6BE1B3;
--emerald-500: #41D89E;
--emerald-600: #26BA81;
--emerald-700: #1E9467;
--emerald-800: #166A4A;
--emerald-900: #0E442F;
--emerald-950: #092A1D;
}