Emerald
#6CE098
GreenColor Codes
All color formats for development
HEX
#6CE098RGB
rgb(108, 224, 152)HSL
hsl(143, 65%, 65%)OKLCH
oklch(0.821 0.148 154.2)CMYK
cmyk(52%, 0%, 32%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA85
2#35D472
3#29BF62
4#23A454
5#1D8946
6#176D38
7#11522A
8#0C371C
9#061B0E
Tints
Lighter variations
1#7AE3A2
2#89E6AD
3#98E9B7
4#A7ECC1
5#B5EFCC
6#C4F3D6
7#D3F6E0
8#E2F9EA
9#F0FCF5
Tones
Muted variations
1#72DA9A
2#77D49B
3#7DCE9C
4#83C99E
5#89C39F
6#8FBDA0
7#94B7A2
8#9AB1A3
9#A0ACA4
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;
}