Emerald
#0CD477
GreenColor Codes
All color formats for development
HEX
#0CD477RGB
rgb(12, 212, 119)HSL
hsl(152, 89%, 44%)OKLCH
oklch(0.764 0.191 153.9)CMYK
cmyk(94%, 0%, 44%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF6B
2#0AAA5F
3#099453
4#077F47
5#066A3B
6#055530
7#044024
8#022A18
9#01150C
Tints
Lighter variations
1#0EEF86
2#27F294
3#42F4A1
4#5DF6AE
5#78F7BC
6#93F9C9
7#AEFAD7
8#C9FCE4
9#E4FDF2
Tones
Muted variations
1#16CA76
2#20C076
3#2AB675
4#34AC74
5#3EA274
6#489873
7#528E72
8#5C8472
9#667A71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5AB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA95F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077844 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C0FBE0;
--emerald-300: #90F9C8;
--emerald-400: #56F5AB;
--emerald-500: #26F293;
--emerald-600: #0CD477;
--emerald-700: #0AA95F;
--emerald-800: #077844;
--emerald-900: #044D2B;
--emerald-950: #03301B;
}