Emerald
#16CA58
GreenColor Codes
All color formats for development
HEX
#16CA58RGB
rgb(22, 202, 88)HSL
hsl(142, 80%, 44%)OKLCH
oklch(0.734 0.205 148.6)CMYK
cmyk(89%, 0%, 56%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B64F
2#12A247
3#108D3E
4#0D7935
5#0B652C
6#095123
7#073D1A
8#042812
9#021409
Tints
Lighter variations
1#19E463
2#31E874
3#4BEB86
4#65EE97
5#7EF1A8
6#98F4BA
7#B2F6CB
8#CCF9DC
9#E5FCEE
Tones
Muted variations
1#1FC15B
2#28B85D
3#31AF5F
4#3AA662
5#439D64
6#4C9467
7#558B69
8#5E826B
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED93 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E874 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A146 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C3F8D7;
--emerald-300: #95F3B8;
--emerald-400: #5EED93;
--emerald-500: #30E874;
--emerald-600: #16CA58;
--emerald-700: #12A146;
--emerald-800: #0D7332;
--emerald-900: #084920;
--emerald-950: #052E14;
}