Emerald
#73D993
GreenColor Codes
All color formats for development
HEX
#73D993RGB
rgb(115, 217, 147)HSL
hsl(139, 57%, 65%)OKLCH
oklch(0.805 0.139 152.3)CMYK
cmyk(47%, 0%, 32%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D17F
2#3FCA6B
3#32B65C
4#2B9C4F
5#248242
6#1D6834
7#154E27
8#0E341A
9#071A0D
Tints
Lighter variations
1#81DC9E
2#8FE0A9
3#9DE4B3
4#ABE8BE
5#B9ECC9
6#C7F0D4
7#D5F3DF
8#E3F7E9
9#F1FBF4
Tones
Muted variations
1#78D495
2#7DCE97
3#82C999
4#87C49B
5#8CBF9C
6#91BA9E
7#96B5A0
8#9CB0A2
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D993 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B059 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6432 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7E9;
--emerald-200: #CBF1D7;
--emerald-300: #A3E6B8;
--emerald-400: #73D993;
--emerald-500: #4BCE74;
--emerald-600: #30B059;
--emerald-700: #268C47;
--emerald-800: #1B6432;
--emerald-900: #124020;
--emerald-950: #0B2814;
}