Emerald
#6CE092
GreenColor Codes
All color formats for development
HEX
#6CE092RGB
rgb(108, 224, 146)HSL
hsl(140, 65%, 65%)OKLCH
oklch(0.819 0.153 152.3)CMYK
cmyk(52%, 0%, 35%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA7E
2#35D46A
3#29BF5B
4#23A44E
5#1D8941
6#176D34
7#115227
8#0C371A
9#061B0D
Tints
Lighter variations
1#7AE39D
2#89E6A8
3#98E9B3
4#A7ECBE
5#B5EFC9
6#C4F3D4
7#D3F6DE
8#E2F9E9
9#F0FCF4
Tones
Muted variations
1#72DA94
2#77D496
3#7DCE98
4#83C99A
5#89C39C
6#8FBD9E
7#94B7A0
8#9AB1A2
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9E9;
--emerald-200: #C8F3D7;
--emerald-300: #9EEAB8;
--emerald-400: #6CE092;
--emerald-500: #42D773;
--emerald-600: #27B958;
--emerald-700: #1F9346;
--emerald-800: #166932;
--emerald-900: #0E4320;
--emerald-950: #092A14;
}