Emerald
#19C888
GreenColor Codes
All color formats for development
HEX
#19C888RGB
rgb(25, 200, 136)HSL
hsl(158, 78%, 44%)OKLCH
oklch(0.737 0.16 160.9)CMYK
cmyk(88%, 0%, 32%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B47A
2#14A06C
3#118C5F
4#0F7851
5#0C6444
6#0A5036
7#073C29
8#05281B
9#02140E
Tints
Lighter variations
1#1CE199
2#34E6A5
3#4DE9B0
4#66ECBB
5#80EFC6
6#99F2D2
7#B3F6DD
8#CCF9E8
9#E6FCF4
Tones
Muted variations
1#21BF85
2#2AB683
3#33AD81
4#3CA57E
5#449C7C
6#4D937A
7#568A77
8#5F8275
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 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F8E5;
--emerald-300: #97F2D1;
--emerald-400: #60EBB8;
--emerald-500: #33E6A4;
--emerald-600: #19C888;
--emerald-700: #149F6C;
--emerald-800: #0E714D;
--emerald-900: #094931;
--emerald-950: #062D1F;
}