Emerald
#41D84D
GreenColor Codes
All color formats for development
HEX
#41D84DRGB
rgb(65, 216, 77)HSL
hsl(125, 66%, 55%)OKLCH
oklch(0.776 0.22 144.2)CMYK
cmyk(70%, 0%, 64%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD239
2#26BA32
3#21A32C
4#1D8C26
5#187420
6#135D19
7#0E4613
8#0A2F0D
9#051706
Tints
Lighter variations
1#54DC5F
2#67E071
3#7AE482
4#8DE894
5#A0EBA6
6#B3EFB8
7#C6F3CA
8#D9F7DB
9#ECFBED
Tones
Muted variations
1#48D053
2#50C95A
3#57C160
4#5FBA66
5#66B26D
6#6EAB73
7#76A379
8#7D9B80
9#859486
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA4 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE175 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D84D | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9428 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4412 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E1F9E3;
--emerald-200: #C8F4CC;
--emerald-300: #9EEBA4;
--emerald-400: #6BE175;
--emerald-500: #41D84D;
--emerald-600: #26BA32;
--emerald-700: #1E9428;
--emerald-800: #166A1D;
--emerald-900: #0E4412;
--emerald-950: #092A0B;
}