Emerald
#16CA73
GreenColor Codes
All color formats for development
HEX
#16CA73RGB
rgb(22, 202, 115)HSL
hsl(151, 80%, 44%)OKLCH
oklch(0.738 0.182 154.2)CMYK
cmyk(89%, 0%, 43%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B668
2#12A25C
3#108D51
4#0D7945
5#0B653A
6#09512E
7#073D23
8#042817
9#02140C
Tints
Lighter variations
1#19E482
2#31E890
3#4BEB9E
4#65EEAC
5#7EF1BA
6#98F4C7
7#B2F6D5
8#CCF9E3
9#E5FCF1
Tones
Muted variations
1#1FC173
2#28B873
3#31AF72
4#3AA672
5#439D72
6#4C9471
7#558B71
8#5E8271
9#677970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C3F8DF;
--emerald-300: #95F3C6;
--emerald-400: #5EEDA8;
--emerald-500: #30E88F;
--emerald-600: #16CA73;
--emerald-700: #12A15C;
--emerald-800: #0D7341;
--emerald-900: #08492A;
--emerald-950: #052E1A;
}