Emerald
#41D841
GreenColor Codes
All color formats for development
HEX
#41D841RGB
rgb(65, 216, 65)HSL
hsl(120, 66%, 55%)OKLCH
oklch(0.775 0.228 143)CMYK
cmyk(70%, 0%, 70%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD22B
2#26BA26
3#21A321
4#1D8C1D
5#187418
6#135D13
7#0E460E
8#0A2F0A
9#051705
Tints
Lighter variations
1#54DC54
2#67E067
3#7AE47A
4#8DE88D
5#A0EBA0
6#B3EFB3
7#C6F3C6
8#D9F7D9
9#ECFBEC
Tones
Muted variations
1#48D048
2#50C950
3#57C157
4#5FBA5F
5#66B266
6#6EAB6E
7#76A376
8#7D9B7D
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEB9E | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE16B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D841 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA26 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E941E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E440E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF2;
--emerald-100: #E1F9E1;
--emerald-200: #C8F4C8;
--emerald-300: #9EEB9E;
--emerald-400: #6BE16B;
--emerald-500: #41D841;
--emerald-600: #26BA26;
--emerald-700: #1E941E;
--emerald-800: #166A16;
--emerald-900: #0E440E;
--emerald-950: #092A09;
}