Emerald
#6AE28A
GreenColor Codes
All color formats for development
HEX
#6AE28ARGB
rgb(106, 226, 138)HSL
hsl(136, 67%, 65%)OKLCH
oklch(0.822 0.165 150.1)CMYK
cmyk(53%, 0%, 39%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC74
2#33D75E
3#26C250
4#21A644
5#1B8A39
6#166F2E
7#105322
8#0B3717
9#051C0B
Tints
Lighter variations
1#79E496
2#88E7A1
3#97EAAD
4#A6EDB9
5#B4F0C4
6#C3F3D0
7#D2F6DC
8#E1F9E8
9#F0FCF3
Tones
Muted variations
1#70DC8D
2#76D68F
3#7CD092
4#82CA95
5#88C498
6#8EBE9B
7#94B89D
8#9AB2A0
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD968 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E1F9E8;
--emerald-200: #C8F4D3;
--emerald-300: #9DECB2;
--emerald-400: #6AE28A;
--emerald-500: #3FD968;
--emerald-600: #25BB4D;
--emerald-700: #1D953D;
--emerald-800: #156A2C;
--emerald-900: #0D441C;
--emerald-950: #082B12;
}