Emerald
#16CA94
GreenColor Codes
All color formats for development
HEX
#16CA94RGB
rgb(22, 202, 148)HSL
hsl(162, 80%, 44%)OKLCH
oklch(0.745 0.153 165.1)CMYK
cmyk(89%, 0%, 27%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B685
2#12A276
3#108D68
4#0D7959
5#0B654A
6#09513B
7#073D2C
8#04281E
9#02140F
Tints
Lighter variations
1#19E4A7
2#31E8B1
3#4BEBBB
4#65EEC5
5#7EF1CE
6#98F4D8
7#B2F6E2
8#CCF9EC
9#E5FCF5
Tones
Muted variations
1#1FC191
2#28B88D
3#31AF89
4#3AA686
5#439D82
6#4C947F
7#558B7B
8#5E8277
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C3F8E8;
--emerald-300: #95F3D7;
--emerald-400: #5EEDC2;
--emerald-500: #30E8B1;
--emerald-600: #16CA94;
--emerald-700: #12A176;
--emerald-800: #0D7354;
--emerald-900: #084936;
--emerald-950: #052E22;
}