Emerald
#44D555
GreenColor Codes
All color formats for development
HEX
#44D555RGB
rgb(68, 213, 85)HSL
hsl(127, 63%, 55%)OKLCH
oklch(0.77 0.21 145)CMYK
cmyk(68%, 0%, 60%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE41
2#2AB73A
3#24A033
4#1F892C
5#1A7224
6#155B1D
7#104516
8#0A2E0F
9#051707
Tints
Lighter variations
1#57D966
2#69DD77
3#7CE188
4#8FE699
5#A1EAAA
6#B4EEBB
7#C7F2CC
8#DAF7DD
9#ECFBEE
Tones
Muted variations
1#4BCD5A
2#52C660
3#5ABF65
4#61B86B
5#68B071
6#6FA976
7#77A27C
8#7E9B81
9#859387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D555 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186821 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | 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: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #C9F3CE;
--emerald-300: #9FE9A8;
--emerald-400: #6EDE7B;
--emerald-500: #44D555;
--emerald-600: #2AB73A;
--emerald-700: #21912E;
--emerald-800: #186821;
--emerald-900: #0F4315;
--emerald-950: #092A0D;
}