Emerald
#6AE29A
GreenColor Codes
All color formats for development
HEX
#6AE29ARGB
rgb(106, 226, 154)HSL
hsl(144, 67%, 65%)OKLCH
oklch(0.825 0.15 154.9)CMYK
cmyk(53%, 0%, 32%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC87
2#33D774
3#26C264
4#21A656
5#1B8A48
6#166F39
7#10532B
8#0B371D
9#051C0E
Tints
Lighter variations
1#79E4A4
2#88E7AE
3#97EAB8
4#A6EDC2
5#B4F0CC
6#C3F3D7
7#D2F6E1
8#E1F9EB
9#F0FCF5
Tones
Muted variations
1#70DC9B
2#76D69C
3#7CD09D
4#82CA9F
5#88C4A0
6#8EBEA1
7#94B8A2
8#9AB2A3
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 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E1F9EB;
--emerald-200: #C8F4D9;
--emerald-300: #9DECBC;
--emerald-400: #6AE29A;
--emerald-500: #3FD97D;
--emerald-600: #25BB61;
--emerald-700: #1D954D;
--emerald-800: #156A37;
--emerald-900: #0D4423;
--emerald-950: #082B16;
}