Emerald
#1AC773
GreenColor Codes
All color formats for development
HEX
#1AC773RGB
rgb(26, 199, 115)HSL
hsl(151, 77%, 44%)OKLCH
oklch(0.73 0.177 154.5)CMYK
cmyk(87%, 0%, 42%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B368
2#159F5C
3#128B51
4#0F7745
5#0D633A
6#0A4F2E
7#083C23
8#052817
9#03140C
Tints
Lighter variations
1#1DE082
2#35E590
3#4EE89E
4#67EBAC
5#81EFB9
6#9AF2C7
7#B3F5D5
8#CCF8E3
9#E6FCF1
Tones
Muted variations
1#22BE73
2#2BB573
3#34AD72
4#3CA472
5#459B72
6#4E9371
7#568A71
8#5F8171
9#687970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F7DF;
--emerald-300: #97F2C6;
--emerald-400: #61EAA8;
--emerald-500: #34E58F;
--emerald-600: #1AC773;
--emerald-700: #159E5C;
--emerald-800: #0F7141;
--emerald-900: #09482A;
--emerald-950: #062D1A;
}