Emerald
#1AC787
GreenColor Codes
All color formats for development
HEX
#1AC787RGB
rgb(26, 199, 135)HSL
hsl(158, 77%, 44%)OKLCH
oklch(0.735 0.16 160.7)CMYK
cmyk(87%, 0%, 32%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B37A
2#159F6C
3#128B5F
4#0F7751
5#0D6344
6#0A4F36
7#083C29
8#05281B
9#03140E
Tints
Lighter variations
1#1DE098
2#35E5A4
3#4EE8B0
4#67EBBB
5#81EFC6
6#9AF2D2
7#B3F5DD
8#CCF8E8
9#E6FCF4
Tones
Muted variations
1#22BE85
2#2BB583
3#34AD80
4#3CA47E
5#459B7C
6#4E9379
7#568A77
8#5F8175
9#687973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F7E5;
--emerald-300: #97F2D0;
--emerald-400: #61EAB8;
--emerald-500: #34E5A4;
--emerald-600: #1AC787;
--emerald-700: #159E6C;
--emerald-800: #0F714D;
--emerald-900: #094831;
--emerald-950: #062D1F;
}