Emerald
#0CD495
GreenColor Codes
All color formats for development
HEX
#0CD495RGB
rgb(12, 212, 149)HSL
hsl(161, 89%, 44%)OKLCH
oklch(0.77 0.165 162.8)CMYK
cmyk(94%, 0%, 30%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF86
2#0AAA77
3#099468
4#077F59
5#066A4A
6#05553C
7#04402D
8#022A1E
9#01150F
Tints
Lighter variations
1#0EEFA8
2#27F2B2
3#42F4BC
4#5DF6C5
5#78F7CF
6#93F9D9
7#AEFAE2
8#C9FCEC
9#E4FDF5
Tones
Muted variations
1#16CA91
2#20C08D
3#2AB68A
4#34AC86
5#3EA283
6#48987F
7#528E7B
8#5C8478
9#667A74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA976 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DDFDF3;
--emerald-200: #C0FBE9;
--emerald-300: #90F9D7;
--emerald-400: #56F5C3;
--emerald-500: #26F2B2;
--emerald-600: #0CD495;
--emerald-700: #0AA976;
--emerald-800: #077855;
--emerald-900: #044D36;
--emerald-950: #033022;
}