Emerald
#16CA64
GreenColor Codes
All color formats for development
HEX
#16CA64RGB
rgb(22, 202, 100)HSL
hsl(146, 80%, 44%)OKLCH
oklch(0.735 0.195 150.7)CMYK
cmyk(89%, 0%, 50%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B65A
2#12A250
3#108D46
4#0D793C
5#0B6532
6#095128
7#073D1E
8#042814
9#02140A
Tints
Lighter variations
1#19E471
2#31E881
3#4BEB90
4#65EEA0
5#7EF1B0
6#98F4C0
7#B2F6D0
8#CCF9DF
9#E5FCEF
Tones
Muted variations
1#1FC165
2#28B867
3#31AF68
4#3AA669
5#439D6A
6#4C946B
7#558B6D
8#5E826E
9#67796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E880 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A150 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084924 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEB;
--emerald-200: #C3F8DA;
--emerald-300: #95F3BE;
--emerald-400: #5EED9C;
--emerald-500: #30E880;
--emerald-600: #16CA64;
--emerald-700: #12A150;
--emerald-800: #0D7339;
--emerald-900: #084924;
--emerald-950: #052E17;
}