Emerald
#12CE89
GreenColor Codes
All color formats for development
HEX
#12CE89RGB
rgb(18, 206, 137)HSL
hsl(158, 84%, 44%)OKLCH
oklch(0.752 0.168 160)CMYK
cmyk(91%, 0%, 33%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BA7C
2#0EA56E
3#0D9160
4#0B7C52
5#096745
6#075337
7#053E29
8#04291B
9#02150E
Tints
Lighter variations
1#14E99B
2#2DEDA6
3#47EFB1
4#61F1BD
5#7CF4C8
6#96F6D3
7#B0F8DE
8#CAFAE9
9#E5FDF4
Tones
Muted variations
1#1BC587
2#25BC84
3#2EB282
4#38A97F
5#419F7D
6#4B967A
7#548C78
8#5D8375
9#677A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BA | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF1;
--emerald-200: #C2FAE5;
--emerald-300: #93F6D1;
--emerald-400: #5BF1BA;
--emerald-500: #2CEDA6;
--emerald-600: #12CE89;
--emerald-700: #0EA46D;
--emerald-800: #0A754E;
--emerald-900: #074B32;
--emerald-950: #042F1F;
}