Emerald
#14CC80
GreenColor Codes
All color formats for development
HEX
#14CC80RGB
rgb(20, 204, 128)HSL
hsl(155, 82%, 44%)OKLCH
oklch(0.745 0.173 157.5)CMYK
cmyk(90%, 0%, 37%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B873
2#10A366
3#0E8F59
4#0C7B4D
5#0A6640
6#085233
7#063D26
8#04291A
9#02140D
Tints
Lighter variations
1#17E690
2#2FEA9C
3#49EDA9
4#63F0B5
5#7DF2C1
6#97F5CE
7#B1F7DA
8#CBFAE6
9#E5FCF3
Tones
Muted variations
1#1DC37E
2#27BA7C
3#30B17B
4#39A779
5#429E78
6#4B9576
7#558C75
8#5E8373
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DFFCF0;
--emerald-200: #C3F9E2;
--emerald-300: #94F4CC;
--emerald-400: #5DEFB2;
--emerald-500: #2EEA9C;
--emerald-600: #14CC80;
--emerald-700: #10A265;
--emerald-800: #0B7448;
--emerald-900: #074A2E;
--emerald-950: #052E1D;
}