Emerald
#41D84B
GreenColor Codes
All color formats for development
HEX
#41D84BRGB
rgb(65, 216, 75)HSL
hsl(124, 66%, 55%)OKLCH
oklch(0.776 0.221 144)CMYK
cmyk(70%, 0%, 65%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD236
2#26BA30
3#21A32A
4#1D8C24
5#18741E
6#135D18
7#0E4612
8#0A2F0C
9#051706
Tints
Lighter variations
1#54DC5D
2#67E06F
3#7AE481
4#8DE893
5#A0EBA5
6#B3EFB7
7#C6F3C9
8#D9F7DB
9#ECFBED
Tones
Muted variations
1#48D051
2#50C958
3#57C15E
4#5FBA65
5#66B26B
6#6EAB72
7#76A379
8#7D9B7F
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 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE173 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D84B | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4411 | 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: #C8F4CB;
--emerald-300: #9EEBA3;
--emerald-400: #6BE173;
--emerald-500: #41D84B;
--emerald-600: #26BA30;
--emerald-700: #1E9426;
--emerald-800: #166A1B;
--emerald-900: #0E4411;
--emerald-950: #092A0B;
}