Emerald
#0CD48E
GreenColor Codes
All color formats for development
HEX
#0CD48ERGB
rgb(12, 212, 142)HSL
hsl(159, 89%, 44%)OKLCH
oklch(0.769 0.171 160.4)CMYK
cmyk(94%, 0%, 33%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF80
2#0AAA72
3#099464
4#077F55
5#066A47
6#055539
7#04402B
8#022A1C
9#01150E
Tints
Lighter variations
1#0EEFA0
2#27F2AB
3#42F4B6
4#5DF6C0
5#78F7CB
6#93F9D5
7#AEFAE0
8#C9FCEA
9#E4FDF5
Tones
Muted variations
1#16CA8B
2#20C088
3#2AB685
4#34AC82
5#3EA27F
6#48987C
7#528E79
8#5C8476
9#667A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5BE | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD48E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DDFDF2;
--emerald-200: #C0FBE7;
--emerald-300: #90F9D4;
--emerald-400: #56F5BE;
--emerald-500: #26F2AB;
--emerald-600: #0CD48E;
--emerald-700: #0AA971;
--emerald-800: #077851;
--emerald-900: #044D34;
--emerald-950: #033020;
}