Emerald
#16CA8E
GreenColor Codes
All color formats for development
HEX
#16CA8ERGB
rgb(22, 202, 142)HSL
hsl(160, 80%, 44%)OKLCH
oklch(0.743 0.158 162.7)CMYK
cmyk(89%, 0%, 30%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B680
2#12A272
3#108D63
4#0D7955
5#0B6547
6#095139
7#073D2B
8#04281C
9#02140E
Tints
Lighter variations
1#19E4A0
2#31E8AB
3#4BEBB6
4#65EEC0
5#7EF1CB
6#98F4D5
7#B2F6E0
8#CCF9EA
9#E5FCF5
Tones
Muted variations
1#1FC18B
2#28B888
3#31AF85
4#3AA682
5#439D7F
6#4C947C
7#558B79
8#5E8276
9#677973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF2;
--emerald-200: #C3F8E7;
--emerald-300: #95F3D4;
--emerald-400: #5EEDBE;
--emerald-500: #30E8AB;
--emerald-600: #16CA8E;
--emerald-700: #12A171;
--emerald-800: #0D7351;
--emerald-900: #084934;
--emerald-950: #052E20;
}