Emerald
#1AC781
GreenColor Codes
All color formats for development
HEX
#1AC781RGB
rgb(26, 199, 129)HSL
hsl(156, 77%, 44%)OKLCH
oklch(0.733 0.165 158.7)CMYK
cmyk(87%, 0%, 35%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B375
2#159F68
3#128B5B
4#0F774E
5#0D6341
6#0A4F34
7#083C27
8#05281A
9#03140D
Tints
Lighter variations
1#1DE092
2#35E59E
3#4EE8AA
4#67EBB7
5#81EFC3
6#9AF2CF
7#B3F5DB
8#CCF8E7
9#E6FCF3
Tones
Muted variations
1#22BE80
2#2BB57E
3#34AD7C
4#3CA47B
5#459B79
6#4E9377
7#568A75
8#5F8174
9#687972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E59E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F7E3;
--emerald-300: #97F2CD;
--emerald-400: #61EAB3;
--emerald-500: #34E59E;
--emerald-600: #1AC781;
--emerald-700: #159E67;
--emerald-800: #0F714A;
--emerald-900: #09482F;
--emerald-950: #062D1D;
}