Emerald
#19C86D
GreenColor Codes
All color formats for development
HEX
#19C86DRGB
rgb(25, 200, 109)HSL
hsl(149, 78%, 44%)OKLCH
oklch(0.732 0.184 152.9)CMYK
cmyk(88%, 0%, 45%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B462
2#14A057
3#118C4C
4#0F7842
5#0C6437
6#0A502C
7#073C21
8#052816
9#02140B
Tints
Lighter variations
1#1CE17B
2#34E68A
3#4DE998
4#66ECA7
5#80EFB6
6#99F2C4
7#B3F6D3
8#CCF9E2
9#E6FCF0
Tones
Muted variations
1#21BF6E
2#2AB66E
3#33AD6E
4#3CA56E
5#449C6F
6#4D936F
7#568A6F
8#5F8270
9#677970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA3 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E689 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C86D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094928 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBED;
--emerald-200: #C4F8DD;
--emerald-300: #97F2C3;
--emerald-400: #60EBA3;
--emerald-500: #33E689;
--emerald-600: #19C86D;
--emerald-700: #149F57;
--emerald-800: #0E713E;
--emerald-900: #094928;
--emerald-950: #062D19;
}