Emerald
#42D77B
GreenColor Codes
All color formats for development
HEX
#42D77BRGB
rgb(66, 215, 123)HSL
hsl(143, 65%, 55%)OKLCH
oklch(0.78 0.18 152)CMYK
cmyk(69%, 0%, 43%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD06B
2#27B95F
3#22A253
4#1D8B47
5#19743B
6#145D30
7#0F4524
8#0A2E18
9#05170C
Tints
Lighter variations
1#55DB88
2#68DF95
3#7AE3A2
4#8DE7B0
5#A0EBBD
6#B3EFCA
7#C6F3D7
8#D9F7E5
9#ECFBF2
Tones
Muted variations
1#49CF7D
2#51C87E
3#58C080
4#5FB982
5#67B284
6#6EAA85
7#76A387
8#7D9B89
9#85948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE098 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D77B | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B95F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166936 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EA;
--emerald-200: #C8F3D9;
--emerald-300: #9EEABB;
--emerald-400: #6CE098;
--emerald-500: #42D77B;
--emerald-600: #27B95F;
--emerald-700: #1F934C;
--emerald-800: #166936;
--emerald-900: #0E4323;
--emerald-950: #092A16;
}