Emerald
#1AC78D
GreenColor Codes
All color formats for development
HEX
#1AC78DRGB
rgb(26, 199, 141)HSL
hsl(160, 77%, 44%)OKLCH
oklch(0.736 0.155 163)CMYK
cmyk(87%, 0%, 29%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B37F
2#159F71
3#128B63
4#0F7755
5#0D6346
6#0A4F38
7#083C2A
8#05281C
9#03140E
Tints
Lighter variations
1#1DE09F
2#35E5AA
3#4EE8B5
4#67EBBF
5#81EFCA
6#9AF2D5
7#B3F5DF
8#CCF8EA
9#E6FCF4
Tones
Muted variations
1#22BE8A
2#2BB587
3#34AD84
4#3CA481
5#459B7F
6#4E937C
7#568A79
8#5F8176
9#687973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D3 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EABD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC78D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF2;
--emerald-200: #C4F7E6;
--emerald-300: #97F2D3;
--emerald-400: #61EABD;
--emerald-500: #34E5AA;
--emerald-600: #1AC78D;
--emerald-700: #159E70;
--emerald-800: #0F7150;
--emerald-900: #094833;
--emerald-950: #062D20;
}