Emerald
#6CE09C
GreenColor Codes
All color formats for development
HEX
#6CE09CRGB
rgb(108, 224, 156)HSL
hsl(145, 65%, 65%)OKLCH
oklch(0.821 0.144 155.6)CMYK
cmyk(52%, 0%, 30%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA8A
2#35D477
3#29BF67
4#23A459
5#1D894A
6#176D3B
7#11522C
8#0C371E
9#061B0F
Tints
Lighter variations
1#7AE3A6
2#89E6B0
3#98E9BA
4#A7ECC4
5#B5EFCE
6#C4F3D7
7#D3F6E1
8#E2F9EB
9#F0FCF5
Tones
Muted variations
1#72DA9D
2#77D49E
3#7DCE9F
4#83C9A0
5#89C3A1
6#8FBDA2
7#94B7A3
8#9AB1A4
9#A0ACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E2F9EB;
--emerald-200: #C8F3DA;
--emerald-300: #9EEABE;
--emerald-400: #6CE09C;
--emerald-500: #42D780;
--emerald-600: #27B964;
--emerald-700: #1F9350;
--emerald-800: #166939;
--emerald-900: #0E4324;
--emerald-950: #092A17;
}