Emerald
#71DA8D
GreenColor Codes
All color formats for development
HEX
#71DA8DRGB
rgb(113, 218, 141)HSL
hsl(136, 59%, 65%)OKLCH
oklch(0.806 0.147 150.6)CMYK
cmyk(48%, 0%, 35%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D478
2#3CCD63
3#30B854
4#299E48
5#22843C
6#1B6930
7#144F24
8#0E3518
9#071A0C
Tints
Lighter variations
1#7FDE99
2#8DE2A4
3#9CE5AF
4#AAE9BB
5#B8EDC6
6#C6F0D1
7#D4F4DD
8#E3F8E8
9#F1FBF4
Tones
Muted variations
1#76D590
2#7CD092
3#81CB95
4#86C597
5#8BC099
6#91BB9C
7#96B69E
8#9BB0A1
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E8;
--emerald-200: #CAF1D5;
--emerald-300: #A2E7B4;
--emerald-400: #71DA8D;
--emerald-500: #49D06D;
--emerald-600: #2EB251;
--emerald-700: #258E41;
--emerald-800: #1A652E;
--emerald-900: #11411E;
--emerald-950: #0A2912;
}