Emerald
#6AE28C
GreenColor Codes
All color formats for development
HEX
#6AE28CRGB
rgb(106, 226, 140)HSL
hsl(137, 67%, 65%)OKLCH
oklch(0.822 0.163 150.6)CMYK
cmyk(53%, 0%, 38%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC76
2#33D761
3#26C252
4#21A647
5#1B8A3B
6#166F2F
7#105323
8#0B3718
9#051C0C
Tints
Lighter variations
1#79E497
2#88E7A3
3#97EAAE
4#A6EDBA
5#B4F0C5
6#C3F3D1
7#D2F6DC
8#E1F9E8
9#F0FCF3
Tones
Muted variations
1#70DC8E
2#76D691
3#7CD094
4#82CA96
5#88C499
6#8EBE9B
7#94B89E
8#9AB2A1
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 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96B | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB50 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441D | 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: #C8F4D4;
--emerald-300: #9DECB3;
--emerald-400: #6AE28C;
--emerald-500: #3FD96B;
--emerald-600: #25BB50;
--emerald-700: #1D953F;
--emerald-800: #156A2D;
--emerald-900: #0D441D;
--emerald-950: #082B12;
}