Emerald
#44D568
GreenColor Codes
All color formats for development
HEX
#44D568RGB
rgb(68, 213, 104)HSL
hsl(135, 63%, 55%)OKLCH
oklch(0.772 0.194 148)CMYK
cmyk(68%, 0%, 51%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE56
2#2AB74D
3#24A043
4#1F893A
5#1A7230
6#155B26
7#10451D
8#0A2E13
9#05170A
Tints
Lighter variations
1#57D977
2#69DD86
3#7CE195
4#8FE6A4
5#A1EAB4
6#B4EEC3
7#C7F2D2
8#DAF7E1
9#ECFBF0
Tones
Muted variations
1#4BCD6C
2#52C66F
3#5ABF73
4#61B877
5#68B07A
6#6FA97E
7#77A281
8#7E9B85
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8A | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D568 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D3;
--emerald-300: #9FE9B2;
--emerald-400: #6EDE8A;
--emerald-500: #44D568;
--emerald-600: #2AB74D;
--emerald-700: #21913D;
--emerald-800: #18682C;
--emerald-900: #0F431C;
--emerald-950: #092A11;
}