Emerald
#41D855
GreenColor Codes
All color formats for development
HEX
#41D855RGB
rgb(65, 216, 85)HSL
hsl(128, 66%, 55%)OKLCH
oklch(0.777 0.214 145.1)CMYK
cmyk(70%, 0%, 61%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD241
2#26BA3A
3#21A333
4#1D8C2B
5#187424
6#135D1D
7#0E4616
8#0A2F0E
9#051707
Tints
Lighter variations
1#54DC66
2#67E077
3#7AE488
4#8DE899
5#A0EBAA
6#B3EFBB
7#C6F3CC
8#D9F7DD
9#ECFBEE
Tones
Muted variations
1#48D05A
2#50C960
3#57C165
4#5FBA6B
5#66B270
6#6EAB76
7#76A37C
8#7D9B81
9#859487
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D855 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E942E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4415 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E1F9E5;
--emerald-200: #C8F4CE;
--emerald-300: #9EEBA8;
--emerald-400: #6BE17B;
--emerald-500: #41D855;
--emerald-600: #26BA3A;
--emerald-700: #1E942E;
--emerald-800: #166A21;
--emerald-900: #0E4415;
--emerald-950: #092A0D;
}