Emerald
#16CA9A
GreenColor Codes
All color formats for development
HEX
#16CA9ARGB
rgb(22, 202, 154)HSL
hsl(164, 80%, 44%)OKLCH
oklch(0.746 0.149 167.7)CMYK
cmyk(89%, 0%, 24%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B68B
2#12A27B
3#108D6C
4#0D795C
5#0B654D
6#09513E
7#073D2E
8#04281F
9#02140F
Tints
Lighter variations
1#19E4AE
2#31E8B7
3#4BEBC0
4#65EEC9
5#7EF1D2
6#98F4DB
7#B2F6E4
8#CCF9ED
9#E5FCF6
Tones
Muted variations
1#1FC196
2#28B892
3#31AF8E
4#3AA689
5#439D85
6#4C9481
7#558B7D
8#5E8279
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C3F8EA;
--emerald-300: #95F3DA;
--emerald-400: #5EEDC7;
--emerald-500: #30E8B7;
--emerald-600: #16CA9A;
--emerald-700: #12A17B;
--emerald-800: #0D7358;
--emerald-900: #084938;
--emerald-950: #052E23;
}