Emerald
#1AC75F
GreenColor Codes
All color formats for development
HEX
#1AC75FRGB
rgb(26, 199, 95)HSL
hsl(144, 77%, 44%)OKLCH
oklch(0.727 0.195 149.9)CMYK
cmyk(87%, 0%, 52%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B355
2#159F4C
3#128B42
4#0F7739
5#0D632F
6#0A4F26
7#083C1C
8#052813
9#031409
Tints
Lighter variations
1#1DE06B
2#35E57B
3#4EE88C
4#67EB9C
5#81EFAD
6#9AF2BD
7#B3F5CE
8#CCF8DE
9#E6FCEF
Tones
Muted variations
1#22BE61
2#2BB562
3#34AD64
4#3CA466
5#459B68
6#4E9369
7#568A6B
8#5F816D
9#68796E
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 | C4F7 #C4F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC75F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094823 | 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: #C4F7D9;
--emerald-300: #97F2BB;
--emerald-400: #61EA98;
--emerald-500: #34E57B;
--emerald-600: #1AC75F;
--emerald-700: #159E4C;
--emerald-800: #0F7136;
--emerald-900: #094823;
--emerald-950: #062D16;
}