Emerald
#44D58F
GreenColor Codes
All color formats for development
HEX
#44D58FRGB
rgb(68, 213, 143)HSL
hsl(151, 63%, 55%)OKLCH
oklch(0.779 0.159 157.9)CMYK
cmyk(68%, 0%, 33%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE81
2#2AB773
3#24A064
4#1F8956
5#1A7248
6#155B39
7#10452B
8#0A2E1D
9#05170E
Tints
Lighter variations
1#57D99A
2#69DDA5
3#7CE1B0
4#8FE6BC
5#A1EAC7
6#B4EED2
7#C7F2DD
8#DAF7E9
9#ECFBF4
Tones
Muted variations
1#4BCD8E
2#52C68E
3#5ABF8E
4#61B88E
5#68B08D
6#6FA98D
7#77A28D
8#7E9B8D
9#85938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186841 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #C9F3DF;
--emerald-300: #9FE9C6;
--emerald-400: #6EDEA8;
--emerald-500: #44D58F;
--emerald-600: #2AB773;
--emerald-700: #21915B;
--emerald-800: #186841;
--emerald-900: #0F432A;
--emerald-950: #092A1A;
}