Emerald
#44D563
GreenColor Codes
All color formats for development
HEX
#44D563RGB
rgb(68, 213, 99)HSL
hsl(133, 63%, 55%)OKLCH
oklch(0.772 0.198 147.1)CMYK
cmyk(68%, 0%, 54%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE51
2#2AB748
3#24A03F
4#1F8936
5#1A722D
6#155B24
7#10451B
8#0A2E12
9#051709
Tints
Lighter variations
1#57D973
2#69DD82
3#7CE192
4#8FE6A2
5#A1EAB1
6#B4EEC1
7#C7F2D0
8#DAF7E0
9#ECFBEF
Tones
Muted variations
1#4BCD67
2#52C66B
3#5ABF70
4#61B874
5#68B078
6#6FA97C
7#77A280
8#7E9B84
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | 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: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #C9F3D2;
--emerald-300: #9FE9AF;
--emerald-400: #6EDE86;
--emerald-500: #44D563;
--emerald-600: #2AB748;
--emerald-700: #219139;
--emerald-800: #186829;
--emerald-900: #0F431A;
--emerald-950: #092A10;
}