Emerald
#19C865
GreenColor Codes
All color formats for development
HEX
#19C865RGB
rgb(25, 200, 101)HSL
hsl(146, 78%, 44%)OKLCH
oklch(0.731 0.191 151.1)CMYK
cmyk(88%, 0%, 50%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B45A
2#14A050
3#118C46
4#0F783C
5#0C6432
6#0A5028
7#073C1E
8#052814
9#02140A
Tints
Lighter variations
1#1CE171
2#34E681
3#4DE991
4#66ECA0
5#80EFB0
6#99F2C0
7#B3F6D0
8#CCF9DF
9#E6FCEF
Tones
Muted variations
1#21BF66
2#2AB667
3#33AD68
4#3CA569
5#449C6A
6#4D936C
7#568A6D
8#5F826E
9#67796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C865 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7139 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #97F2BE;
--emerald-400: #60EB9C;
--emerald-500: #33E680;
--emerald-600: #19C865;
--emerald-700: #149F50;
--emerald-800: #0E7139;
--emerald-900: #094925;
--emerald-950: #062D17;
}