Emerald
#14CC7C
GreenColor Codes
All color formats for development
HEX
#14CC7CRGB
rgb(20, 204, 124)HSL
hsl(154, 82%, 44%)OKLCH
oklch(0.745 0.176 156.3)CMYK
cmyk(90%, 0%, 39%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B870
2#10A364
3#0E8F57
4#0C7B4B
5#0A663E
6#085232
7#063D25
8#042919
9#02140C
Tints
Lighter variations
1#17E68C
2#2FEA99
3#49EDA6
4#63F0B3
5#7DF2BF
6#97F5CC
7#B1F7D9
8#CBFAE6
9#E5FCF2
Tones
Muted variations
1#1DC37B
2#27BA7A
3#30B179
4#39A778
5#429E76
6#4B9575
7#558C74
8#5E8373
9#677971
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DFFCEF;
--emerald-200: #C3F9E1;
--emerald-300: #94F4CB;
--emerald-400: #5DEFB0;
--emerald-500: #2EEA99;
--emerald-600: #14CC7C;
--emerald-700: #10A263;
--emerald-800: #0B7447;
--emerald-900: #074A2D;
--emerald-950: #052E1C;
}