Emerald
#19C885
GreenColor Codes
All color formats for development
HEX
#19C885RGB
rgb(25, 200, 133)HSL
hsl(157, 78%, 44%)OKLCH
oklch(0.737 0.163 159.8)CMYK
cmyk(88%, 0%, 34%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B477
2#14A06A
3#118C5D
4#0F7850
5#0C6442
6#0A5035
7#073C28
8#05281B
9#02140D
Tints
Lighter variations
1#1CE195
2#34E6A2
3#4DE9AD
4#66ECB9
5#80EFC5
6#99F2D0
7#B3F6DC
8#CCF9E8
9#E6FCF3
Tones
Muted variations
1#21BF83
2#2AB681
3#33AD7E
4#3CA57C
5#449C7A
6#4D9378
7#568A76
8#5F8274
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E4;
--emerald-300: #97F2CF;
--emerald-400: #60EBB6;
--emerald-500: #33E6A1;
--emerald-600: #19C885;
--emerald-700: #149F69;
--emerald-800: #0E714B;
--emerald-900: #094930;
--emerald-950: #062D1E;
}