Emerald
#16CA8B
GreenColor Codes
All color formats for development
HEX
#16CA8BRGB
rgb(22, 202, 139)HSL
hsl(159, 80%, 44%)OKLCH
oklch(0.743 0.161 161.6)CMYK
cmyk(89%, 0%, 31%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B67D
2#12A26F
3#108D61
4#0D7953
5#0B6546
6#095138
7#073D2A
8#04281C
9#02140E
Tints
Lighter variations
1#19E49D
2#31E8A8
3#4BEBB3
4#65EEBE
5#7EF1C9
6#98F4D4
7#B2F6DE
8#CCF9E9
9#E5FCF4
Tones
Muted variations
1#1FC188
2#28B886
3#31AF83
4#3AA680
5#439D7E
6#4C947B
7#558B78
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 #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084933 | 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: #DFFBF1;
--emerald-200: #C3F8E6;
--emerald-300: #95F3D2;
--emerald-400: #5EEDBB;
--emerald-500: #30E8A8;
--emerald-600: #16CA8B;
--emerald-700: #12A16F;
--emerald-800: #0D734F;
--emerald-900: #084933;
--emerald-950: #052E20;
}