Emerald
#19C85F
GreenColor Codes
All color formats for development
HEX
#19C85FRGB
rgb(25, 200, 95)HSL
hsl(144, 78%, 44%)OKLCH
oklch(0.73 0.196 149.9)CMYK
cmyk(88%, 0%, 53%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B455
2#14A04C
3#118C42
4#0F7839
5#0C642F
6#0A5026
7#073C1C
8#052813
9#021409
Tints
Lighter variations
1#1CE16B
2#34E67B
3#4DE98B
4#66EC9C
5#80EFAC
6#99F2BD
7#B3F6CD
8#CCF9DE
9#E6FCEE
Tones
Muted variations
1#21BF60
2#2AB662
3#33AD64
4#3CA566
5#449C67
6#4D9369
7#568A6B
8#5F826D
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 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | 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: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #97F2BB;
--emerald-400: #60EB98;
--emerald-500: #33E67A;
--emerald-600: #19C85F;
--emerald-700: #149F4B;
--emerald-800: #0E7136;
--emerald-900: #094922;
--emerald-950: #062D16;
}