Emerald
#6AE29C
GreenColor Codes
All color formats for development
HEX
#6AE29CRGB
rgb(106, 226, 156)HSL
hsl(145, 67%, 65%)OKLCH
oklch(0.826 0.148 155.6)CMYK
cmyk(53%, 0%, 31%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC89
2#33D777
3#26C267
4#21A658
5#1B8A4A
6#166F3B
7#10532C
8#0B371D
9#051C0F
Tints
Lighter variations
1#79E4A6
2#88E7B0
3#97EABA
4#A6EDC3
5#B4F0CD
6#C3F3D7
7#D2F6E1
8#E1F9EB
9#F0FCF5
Tones
Muted variations
1#70DC9D
2#76D69E
3#7CD09F
4#82CAA0
5#88C4A1
6#8EBEA2
7#94B8A3
8#9AB2A4
9#A0ACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E1F9EB;
--emerald-200: #C8F4DA;
--emerald-300: #9DECBE;
--emerald-400: #6AE29C;
--emerald-500: #3FD97F;
--emerald-600: #25BB64;
--emerald-700: #1D954F;
--emerald-800: #156A39;
--emerald-900: #0D4424;
--emerald-950: #082B17;
}