Emerald
#41D896
GreenColor Codes
All color formats for development
HEX
#41D896RGB
rgb(65, 216, 150)HSL
hsl(154, 66%, 55%)OKLCH
oklch(0.787 0.158 159.9)CMYK
cmyk(70%, 0%, 31%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD289
2#26BA7A
3#21A36B
4#1D8C5C
5#18744C
6#135D3D
7#0E462E
8#0A2F1F
9#05170F
Tints
Lighter variations
1#54DCA1
2#67E0AB
3#7AE4B6
4#8DE8C0
5#A0EBCB
6#B3EFD5
7#C6F3E0
8#D9F7EA
9#ECFBF5
Tones
Muted variations
1#48D095
2#50C994
3#57C193
4#5FBA92
5#66B291
6#6EAB90
7#76A38F
8#7D9B8E
9#85948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AE | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D896 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E1F9EF;
--emerald-200: #C8F4E1;
--emerald-300: #9EEBCA;
--emerald-400: #6BE1AE;
--emerald-500: #41D896;
--emerald-600: #26BA7A;
--emerald-700: #1E9461;
--emerald-800: #166A45;
--emerald-900: #0E442C;
--emerald-950: #092A1C;
}