Emerald
#41D894
GreenColor Codes
All color formats for development
HEX
#41D894RGB
rgb(65, 216, 148)HSL
hsl(153, 66%, 55%)OKLCH
oklch(0.787 0.16 159.2)CMYK
cmyk(70%, 0%, 31%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD287
2#26BA78
3#21A369
4#1D8C5A
5#18744B
6#135D3C
7#0E462D
8#0A2F1E
9#05170F
Tints
Lighter variations
1#54DC9F
2#67E0A9
3#7AE4B4
4#8DE8BF
5#A0EBC9
6#B3EFD4
7#C6F3DF
8#D9F7EA
9#ECFBF4
Tones
Muted variations
1#48D093
2#50C992
3#57C192
4#5FBA91
5#66B290
6#6EAB8F
7#76A38F
8#7D9B8E
9#85948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AC | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D894 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E1F9EE;
--emerald-200: #C8F4E0;
--emerald-300: #9EEBC8;
--emerald-400: #6BE1AC;
--emerald-500: #41D894;
--emerald-600: #26BA78;
--emerald-700: #1E945F;
--emerald-800: #166A44;
--emerald-900: #0E442B;
--emerald-950: #092A1B;
}