Emerald
#44D56F
GreenColor Codes
All color formats for development
HEX
#44D56FRGB
rgb(68, 213, 111)HSL
hsl(138, 63%, 55%)OKLCH
oklch(0.773 0.188 149.3)CMYK
cmyk(68%, 0%, 48%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE5E
2#2AB754
3#24A049
4#1F893F
5#1A7234
6#155B2A
7#10451F
8#0A2E15
9#05170A
Tints
Lighter variations
1#57D97E
2#69DD8C
3#7CE19A
4#8FE6A9
5#A1EAB7
6#B4EEC6
7#C7F2D4
8#DAF7E2
9#ECFBF1
Tones
Muted variations
1#4BCD72
2#52C675
3#5ABF78
4#61B87B
5#68B07E
6#6FA981
7#77A284
8#7E9B86
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8F | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB754 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219143 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186830 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E9;
--emerald-200: #C9F3D5;
--emerald-300: #9FE9B6;
--emerald-400: #6EDE8F;
--emerald-500: #44D56F;
--emerald-600: #2AB754;
--emerald-700: #219143;
--emerald-800: #186830;
--emerald-900: #0F431F;
--emerald-950: #092A13;
}