Emerald
#6BE194
GreenColor Codes
All color formats for development
HEX
#6BE194RGB
rgb(107, 225, 148)HSL
hsl(141, 66%, 65%)OKLCH
oklch(0.822 0.153 152.9)CMYK
cmyk(52%, 0%, 34%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDB80
2#34D56C
3#27C15D
4#22A550
5#1C8A42
6#176E35
7#115328
8#0B371B
9#061C0D
Tints
Lighter variations
1#7AE49F
2#88E7A9
3#97EAB4
4#A6EDBF
5#B5F0CA
6#C4F3D4
7#D3F6DF
8#E1F9EA
9#F0FCF4
Tones
Muted variations
1#71DB96
2#77D598
3#7DCF99
4#82C99B
5#88C39D
6#8EBD9F
7#94B7A0
8#9AB2A2
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 #C8F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB9 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE194 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D876 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9448 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4421 | 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: #E1F9EA;
--emerald-200: #C8F4D7;
--emerald-300: #9EEBB9;
--emerald-400: #6BE194;
--emerald-500: #41D876;
--emerald-600: #26BA5A;
--emerald-700: #1E9448;
--emerald-800: #166A33;
--emerald-900: #0E4421;
--emerald-950: #092A14;
}