Emerald
#71DA8F
GreenColor Codes
All color formats for development
HEX
#71DA8FRGB
rgb(113, 218, 143)HSL
hsl(137, 59%, 65%)OKLCH
oklch(0.806 0.145 151.2)CMYK
cmyk(48%, 0%, 34%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D47A
2#3CCD65
3#30B856
4#299E4A
5#22843E
6#1B6931
7#144F25
8#0E3519
9#071A0C
Tints
Lighter variations
1#7FDE9A
2#8DE2A5
3#9CE5B1
4#AAE9BC
5#B8EDC7
6#C6F0D2
7#D4F4DD
8#E3F8E9
9#F1FBF4
Tones
Muted variations
1#76D591
2#7CD093
3#81CB96
4#86C598
5#8BC09A
6#91BB9D
7#96B69F
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 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E9;
--emerald-200: #CAF1D5;
--emerald-300: #A2E7B5;
--emerald-400: #71DA8F;
--emerald-500: #49D06F;
--emerald-600: #2EB254;
--emerald-700: #258E42;
--emerald-800: #1A652F;
--emerald-900: #11411E;
--emerald-950: #0A2913;
}