Emerald
#19C862
GreenColor Codes
All color formats for development
HEX
#19C862RGB
rgb(25, 200, 98)HSL
hsl(145, 78%, 44%)OKLCH
oklch(0.73 0.194 150.4)CMYK
cmyk(88%, 0%, 51%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B458
2#14A04E
3#118C44
4#0F783B
5#0C6431
6#0A5027
7#073C1D
8#052814
9#02140A
Tints
Lighter variations
1#1CE16E
2#34E67E
3#4DE98E
4#66EC9E
5#80EFAE
6#99F2BE
7#B3F6CF
8#CCF9DF
9#E6FCEF
Tones
Muted variations
1#21BF63
2#2AB665
3#33AD66
4#3CA567
5#449C69
6#4D936A
7#568A6C
8#5F826D
9#67796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #97F2BD;
--emerald-400: #60EB9A;
--emerald-500: #33E67D;
--emerald-600: #19C862;
--emerald-700: #149F4E;
--emerald-800: #0E7137;
--emerald-900: #094923;
--emerald-950: #062D16;
}