Emerald
#41D8A3
GreenColor Codes
All color formats for development
HEX
#41D8A3RGB
rgb(65, 216, 163)HSL
hsl(159, 66%, 55%)OKLCH
oklch(0.79 0.147 165)CMYK
cmyk(70%, 0%, 25%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD297
2#26BA86
3#21A376
4#1D8C65
5#187454
6#135D43
7#0E4632
8#0A2F22
9#051711
Tints
Lighter variations
1#54DCAC
2#67E0B5
3#7AE4BF
4#8DE8C8
5#A0EBD1
6#B3EFDA
7#C6F3E3
8#D9F7ED
9#ECFBF6
Tones
Muted variations
1#48D0A1
2#50C99E
3#57C19C
4#5FBA9A
5#66B298
6#6EAB95
7#76A393
8#7D9B91
9#85948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD0 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E946B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4431 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E1F9F1;
--emerald-200: #C8F4E4;
--emerald-300: #9EEBD0;
--emerald-400: #6BE1B7;
--emerald-500: #41D8A3;
--emerald-600: #26BA86;
--emerald-700: #1E946B;
--emerald-800: #166A4C;
--emerald-900: #0E4431;
--emerald-950: #092A1F;
}