Emerald
#19C89C
CyanColor Codes
All color formats for development
HEX
#19C89CRGB
rgb(25, 200, 156)HSL
hsl(165, 78%, 44%)OKLCH
oklch(0.742 0.144 169.2)CMYK
cmyk(88%, 0%, 22%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B48C
2#14A07D
3#118C6D
4#0F785E
5#0C644E
6#0A503E
7#073C2F
8#05281F
9#021410
Tints
Lighter variations
1#1CE1B0
2#34E6B9
3#4DE9C2
4#66ECCB
5#80EFD3
6#99F2DC
7#B3F6E5
8#CCF9EE
9#E6FCF6
Tones
Muted variations
1#21BF98
2#2AB693
3#33AD8F
4#3CA58A
5#449C86
6#4D9382
7#568A7D
8#5F8279
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 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F8EB;
--emerald-300: #97F2DB;
--emerald-400: #60EBC9;
--emerald-500: #33E6B9;
--emerald-600: #19C89C;
--emerald-700: #149F7C;
--emerald-800: #0E7159;
--emerald-900: #094939;
--emerald-950: #062D23;
}