Emerald
#73D99A
GreenColor Codes
All color formats for development
HEX
#73D99ARGB
rgb(115, 217, 154)HSL
hsl(143, 57%, 65%)OKLCH
oklch(0.807 0.132 154.9)CMYK
cmyk(47%, 0%, 29%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D187
2#3FCA74
3#32B665
4#2B9C56
5#248248
6#1D6839
7#154E2B
8#0E341D
9#071A0E
Tints
Lighter variations
1#81DCA4
2#8FE0AE
3#9DE4B8
4#ABE8C2
5#B9ECCC
6#C7F0D7
7#D5F3E1
8#E3F7EB
9#F1FBF5
Tones
Muted variations
1#78D49B
2#7DCE9C
3#82C99D
4#87C49F
5#8CBFA0
6#91BAA1
7#96B5A2
8#9CB0A3
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6437 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EB;
--emerald-200: #CBF1D9;
--emerald-300: #A3E6BD;
--emerald-400: #73D99A;
--emerald-500: #4BCE7D;
--emerald-600: #30B061;
--emerald-700: #268C4D;
--emerald-800: #1B6437;
--emerald-900: #124023;
--emerald-950: #0B2816;
}