Emerald
#6AE298
GreenColor Codes
All color formats for development
HEX
#6AE298RGB
rgb(106, 226, 152)HSL
hsl(143, 67%, 65%)OKLCH
oklch(0.825 0.152 154.2)CMYK
cmyk(53%, 0%, 33%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC85
2#33D771
3#26C262
4#21A654
5#1B8A46
6#166F38
7#10532A
8#0B371C
9#051C0E
Tints
Lighter variations
1#79E4A2
2#88E7AC
3#97EAB7
4#A6EDC1
5#B4F0CB
6#C3F3D6
7#D2F6E0
8#E1F9EA
9#F0FCF5
Tones
Muted variations
1#70DC99
2#76D69B
3#7CD09C
4#82CA9D
5#88C49F
6#8EBEA0
7#94B8A2
8#9AB2A3
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE298 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4422 | 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: #E1F9EA;
--emerald-200: #C8F4D9;
--emerald-300: #9DECBB;
--emerald-400: #6AE298;
--emerald-500: #3FD97A;
--emerald-600: #25BB5F;
--emerald-700: #1D954B;
--emerald-800: #156A36;
--emerald-900: #0D4422;
--emerald-950: #082B16;
}