Emerald
#16CA85
GreenColor Codes
All color formats for development
HEX
#16CA85RGB
rgb(22, 202, 133)HSL
hsl(157, 80%, 44%)OKLCH
oklch(0.741 0.166 159.5)CMYK
cmyk(89%, 0%, 34%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B678
2#12A26B
3#108D5D
4#0D7950
5#0B6543
6#095135
7#073D28
8#04281B
9#02140D
Tints
Lighter variations
1#19E496
2#31E8A2
3#4BEBAE
4#65EEB9
5#7EF1C5
6#98F4D1
7#B2F6DC
8#CCF9E8
9#E5FCF3
Tones
Muted variations
1#1FC183
2#28B881
3#31AF7F
4#3AA67D
5#439D7B
6#4C9479
7#558B76
8#5E8274
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C3F8E4;
--emerald-300: #95F3CF;
--emerald-400: #5EEDB6;
--emerald-500: #30E8A2;
--emerald-600: #16CA85;
--emerald-700: #12A16A;
--emerald-800: #0D734C;
--emerald-900: #084930;
--emerald-950: #052E1E;
}