Emerald
#71DA73
GreenColor Codes
All color formats for development
HEX
#71DA73RGB
rgb(113, 218, 115)HSL
hsl(121, 59%, 65%)OKLCH
oklch(0.801 0.171 144.1)CMYK
cmyk(48%, 0%, 47%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D459
2#3CCD3F
3#30B832
4#299E2B
5#228424
6#1B691C
7#144F15
8#0E350E
9#071A07
Tints
Lighter variations
1#7FDE81
2#8DE28F
3#9CE59D
4#AAE9AB
5#B8EDB9
6#C6F0C7
7#D4F4D5
8#E3F8E3
9#F1FBF1
Tones
Muted variations
1#76D578
2#7CD07D
3#81CB82
4#86C587
5#8BC08C
6#91BB91
7#96B696
8#9BB09C
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA73 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB230 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114112 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F8E3;
--emerald-200: #CAF1CB;
--emerald-300: #A2E7A3;
--emerald-400: #71DA73;
--emerald-500: #49D04B;
--emerald-600: #2EB230;
--emerald-700: #258E26;
--emerald-800: #1A651B;
--emerald-900: #114112;
--emerald-950: #0A290B;
}