Emerald
#1AC759
GreenColor Codes
All color formats for development
HEX
#1AC759RGB
rgb(26, 199, 89)HSL
hsl(142, 77%, 44%)OKLCH
oklch(0.726 0.2 148.8)CMYK
cmyk(87%, 0%, 55%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B350
2#159F47
3#128B3E
4#0F7735
5#0D632D
6#0A4F24
7#083C1B
8#052812
9#031409
Tints
Lighter variations
1#1DE065
2#35E575
3#4EE887
4#67EB98
5#81EFA9
6#9AF2BA
7#B3F5CB
8#CCF8DD
9#E6FCEE
Tones
Muted variations
1#22BE5B
2#2BB55E
3#34AD60
4#3CA462
5#459B65
6#4E9367
7#568A69
8#5F816C
9#68796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F7D7;
--emerald-300: #97F2B8;
--emerald-400: #61EA93;
--emerald-500: #34E575;
--emerald-600: #1AC759;
--emerald-700: #159E47;
--emerald-800: #0F7133;
--emerald-900: #094820;
--emerald-950: #062D14;
}