Emerald
#71DA75
GreenColor Codes
All color formats for development
HEX
#71DA75RGB
rgb(113, 218, 117)HSL
hsl(122, 59%, 65%)OKLCH
oklch(0.802 0.17 144.5)CMYK
cmyk(48%, 0%, 46%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D45B
2#3CCD41
3#30B834
4#299E2D
5#228425
6#1B691E
7#144F16
8#0E350F
9#071A07
Tints
Lighter variations
1#7FDE82
2#8DE290
3#9CE59E
4#AAE9AC
5#B8EDBA
6#C6F0C8
7#D4F4D5
8#E3F8E3
9#F1FBF1
Tones
Muted variations
1#76D57A
2#7CD07E
3#81CB83
4#86C588
5#8BC08D
6#91BB92
7#96B697
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 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651D | 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: #CAF1CC;
--emerald-300: #A2E7A4;
--emerald-400: #71DA75;
--emerald-500: #49D04D;
--emerald-600: #2EB232;
--emerald-700: #258E28;
--emerald-800: #1A651D;
--emerald-900: #114112;
--emerald-950: #0A290B;
}