Emerald
#19C85C
GreenColor Codes
All color formats for development
HEX
#19C85CRGB
rgb(25, 200, 92)HSL
hsl(143, 78%, 44%)OKLCH
oklch(0.729 0.199 149.3)CMYK
cmyk(88%, 0%, 54%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B453
2#14A049
3#118C40
4#0F7837
5#0C642E
6#0A5025
7#073C1C
8#052812
9#021409
Tints
Lighter variations
1#1CE167
2#34E678
3#4DE989
4#66EC9A
5#80EFAB
6#99F2BB
7#B3F6CC
8#CCF9DD
9#E6FCEE
Tones
Muted variations
1#21BF5E
2#2AB660
3#33AD62
4#3CA564
5#449C66
6#4D9368
7#568A6A
8#5F826C
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB96 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E677 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7134 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D8;
--emerald-300: #97F2BA;
--emerald-400: #60EB96;
--emerald-500: #33E677;
--emerald-600: #19C85C;
--emerald-700: #149F49;
--emerald-800: #0E7134;
--emerald-900: #094921;
--emerald-950: #062D15;
}