Emerald
#44D561
GreenColor Codes
All color formats for development
HEX
#44D561RGB
rgb(68, 213, 97)HSL
hsl(132, 63%, 55%)OKLCH
oklch(0.771 0.2 146.7)CMYK
cmyk(68%, 0%, 54%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE4F
2#2AB746
3#24A03D
4#1F8934
5#1A722C
6#155B23
7#10451A
8#0A2E11
9#051709
Tints
Lighter variations
1#57D971
2#69DD80
3#7CE190
4#8FE6A0
5#A1EAB0
6#B4EEC0
7#C7F2D0
8#DAF7DF
9#ECFBEF
Tones
Muted variations
1#4BCD65
2#52C66A
3#5ABF6E
4#61B872
5#68B077
6#6FA97B
7#77A27F
8#7E9B84
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE84 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D561 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB746 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186828 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #C9F3D1;
--emerald-300: #9FE9AE;
--emerald-400: #6EDE84;
--emerald-500: #44D561;
--emerald-600: #2AB746;
--emerald-700: #219138;
--emerald-800: #186828;
--emerald-900: #0F4319;
--emerald-950: #092A10;
}