Emerald
#0CD47E
GreenColor Codes
All color formats for development
HEX
#0CD47ERGB
rgb(12, 212, 126)HSL
hsl(154, 89%, 44%)OKLCH
oklch(0.765 0.185 155.7)CMYK
cmyk(94%, 0%, 41%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF71
2#0AAA64
3#099458
4#077F4B
5#066A3F
6#055532
7#044026
8#022A19
9#01150D
Tints
Lighter variations
1#0EEF8D
2#27F29A
3#42F4A7
4#5DF6B3
5#78F7C0
6#93F9CD
7#AEFAD9
8#C9FCE6
9#E4FDF2
Tones
Muted variations
1#16CA7C
2#20C07B
3#2AB67A
4#34AC78
5#3EA277
6#489876
7#528E74
8#5C8473
9#667A72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C0FBE2;
--emerald-300: #90F9CB;
--emerald-400: #56F5B0;
--emerald-500: #26F29A;
--emerald-600: #0CD47E;
--emerald-700: #0AA964;
--emerald-800: #077847;
--emerald-900: #044D2E;
--emerald-950: #03301D;
}