Emerald
#71DA88
GreenColor Codes
All color formats for development
HEX
#71DA88RGB
rgb(113, 218, 136)HSL
hsl(133, 59%, 65%)OKLCH
oklch(0.805 0.152 149.1)CMYK
cmyk(48%, 0%, 38%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D472
2#3CCD5C
3#30B84D
4#299E42
5#228437
6#1B692C
7#144F21
8#0E3516
9#071A0B
Tints
Lighter variations
1#7FDE94
2#8DE2A0
3#9CE5AC
4#AAE9B8
5#B8EDC3
6#C6F0CF
7#D4F4DB
8#E3F8E7
9#F1FBF3
Tones
Muted variations
1#76D58B
2#7CD08E
3#81CB91
4#86C594
5#8BC097
6#91BB9A
7#96B69D
8#9BB0A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E7;
--emerald-200: #CAF1D3;
--emerald-300: #A2E7B1;
--emerald-400: #71DA88;
--emerald-500: #49D066;
--emerald-600: #2EB24B;
--emerald-700: #258E3B;
--emerald-800: #1A652A;
--emerald-900: #11411B;
--emerald-950: #0A2911;
}