Emerald
#19C88A
GreenColor Codes
All color formats for development
HEX
#19C88ARGB
rgb(25, 200, 138)HSL
hsl(159, 78%, 44%)OKLCH
oklch(0.738 0.159 161.6)CMYK
cmyk(88%, 0%, 31%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B47D
2#14A06F
3#118C61
4#0F7853
5#0C6445
6#0A5037
7#073C2A
8#05281C
9#02140E
Tints
Lighter variations
1#1CE19C
2#34E6A7
3#4DE9B2
4#66ECBD
5#80EFC8
6#99F2D3
7#B3F6DE
8#CCF9E9
9#E6FCF4
Tones
Muted variations
1#21BF88
2#2AB685
3#33AD83
4#3CA580
5#449C7D
6#4D937B
7#568A78
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 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | 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: #C4F8E6;
--emerald-300: #97F2D2;
--emerald-400: #60EBBB;
--emerald-500: #33E6A7;
--emerald-600: #19C88A;
--emerald-700: #149F6E;
--emerald-800: #0E714F;
--emerald-900: #094932;
--emerald-950: #062D1F;
}