Emerald
#16CA9D
CyanColor Codes
All color formats for development
HEX
#16CA9DRGB
rgb(22, 202, 157)HSL
hsl(165, 80%, 44%)OKLCH
oklch(0.747 0.146 169)CMYK
cmyk(89%, 0%, 22%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B68D
2#12A27E
3#108D6E
4#0D795E
5#0B654F
6#09513F
7#073D2F
8#04281F
9#021410
Tints
Lighter variations
1#19E4B1
2#31E8BA
3#4BEBC3
4#65EECC
5#7EF1D4
6#98F4DD
7#B2F6E5
8#CCF9EE
9#E5FCF6
Tones
Muted variations
1#1FC199
2#28B894
3#31AF90
4#3AA68B
5#439D87
6#4C9482
7#558B7E
8#5E8279
9#677975
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 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C3F8EB;
--emerald-300: #95F3DC;
--emerald-400: #5EEDC9;
--emerald-500: #30E8BA;
--emerald-600: #16CA9D;
--emerald-700: #12A17D;
--emerald-800: #0D7359;
--emerald-900: #084939;
--emerald-950: #052E24;
}